forked from PAICEcode/PAICE
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
36 lines (35 loc) · 979 Bytes
/
NAMESPACE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# Generated by roxygen2: do not edit by hand
S3method(plot,maxCol)
S3method(plot,rarecol)
S3method(print,colonization)
S3method(print,maxCol)
S3method(summary,colonization)
S3method(summary,maxCol)
export(colonization)
export(geneticResampling)
export(maxCol)
export(rarecol)
export(read.rarecol)
importFrom(grDevices,colorRampPalette)
importFrom(grDevices,devAskNewPage)
importFrom(grDevices,palette)
importFrom(graphics,arrows)
importFrom(graphics,axis)
importFrom(graphics,box)
importFrom(graphics,curve)
importFrom(graphics,legend)
importFrom(graphics,lines)
importFrom(graphics,mtext)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,plot.default)
importFrom(graphics,points)
importFrom(graphics,rect)
importFrom(graphics,text)
importFrom(graphics,title)
importFrom(stats,aggregate)
importFrom(stats,confint)
importFrom(stats,nls)
importFrom(stats,quantile)
importFrom(utils,read.csv)
importFrom(utils,write.table)