-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathNAMESPACE
35 lines (30 loc) · 997 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
exportPattern("^[^\\.]")
## Import all packages listed as Imports or Depends
import(ape)
import(ade4)
import(nlme)
import(graphics)
import(e1071)
import(rasterVis)
import(hypervolume)
import(geometry)
import(FD)
importFrom(vegan, treeheight)
importFrom("grDevices", "col2rgb", "gray.colors", "palette", "rgb", "terrain.colors")
importFrom("stats", "aov", "as.dist", "as.formula", "density", "dist", "hclust", "lm", "model.matrix", "na.exclude", "na.omit", "quantile", "rlnorm", "rnorm", "runif", "sd", "var")
importFrom("utils", "combn", "head", "setTxtProgressBar", "txtProgressBar")
# Registered S3 methods
S3method(barplot, Tstats)
S3method(summary, Tstats)
S3method(print, Tstats)
S3method(plot, Tstats)
S3method(plot, ComIndex)
S3method(print, ComIndex)
S3method(summary, ComIndex)
S3method(plot, ComIndexMulti)
S3method(summary, ComIndexMulti)
S3method(print, ComIndexMulti)
S3method(plot, listofindex)
S3method(plot, traitflex)
S3method(barplot, decompCTRE)
S3method(print, traitflex)