-
Notifications
You must be signed in to change notification settings - Fork 27
/
Copy pathNAMESPACE
35 lines (34 loc) · 874 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
# Generated by roxygen2: do not edit by hand
S3method(fortify,iNEXT)
S3method(ggiNEXT,default)
S3method(ggiNEXT,iNEXT)
S3method(plot,iNEXT)
S3method(print,iNEXT)
export(ChaoRichness)
export(ChaoShannon)
export(ChaoSimpson)
export(DataInfo)
export(as.abucount)
export(as.incfreq)
export(estimateD)
export(ggiNEXT)
export(iNEXT)
import(ggplot2)
importFrom(Rcpp,sourceCpp)
importFrom(grDevices,adjustcolor)
importFrom(grDevices,hcl)
importFrom(graphics,legend)
importFrom(graphics,lines)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,points)
importFrom(graphics,polygon)
importFrom(graphics,title)
importFrom(reshape2,dcast)
importFrom(stats,optimize)
importFrom(stats,qnorm)
importFrom(stats,quantile)
importFrom(stats,rbinom)
importFrom(stats,rmultinom)
importFrom(stats,sd)
useDynLib(iNEXT, .registration = TRUE)