-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
43 lines (42 loc) · 1.09 KB
/
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
37
38
39
40
41
42
43
# Generated by roxygen2: do not edit by hand
export(aggregateAbundances)
export(functcomp.treeco)
export(getCWM)
export(indetSpecies)
export(prepAbundances)
export(prepTraits)
export(refAuthors)
export(refInfo)
export(refString)
export(speciesList)
export(traitCover)
export(weighted.stats)
importFrom(MASS,rlm)
importFrom(data.table,":=")
importFrom(data.table,.EACHI)
importFrom(data.table,.N)
importFrom(data.table,.SD)
importFrom(data.table,CJ)
importFrom(data.table,as.data.table)
importFrom(data.table,data.table)
importFrom(data.table,merge.data.table)
importFrom(data.table,setkey)
importFrom(data.table,setkeyv)
importFrom(data.table,setnames)
importFrom(data.table,setorder)
importFrom(data.table,uniqueN)
importFrom(dplyr,left_join)
importFrom(flora,get.taxa)
importFrom(knitr,kable)
importFrom(plantR,lastName)
importFrom(plantR,prepName)
importFrom(stats,aggregate)
importFrom(stats,cutree)
importFrom(stats,hclust)
importFrom(stats,lm)
importFrom(stats,na.omit)
importFrom(stats,quantile)
importFrom(stats,xtabs)
importFrom(stringdist,stringdistmatrix)
importFrom(utils,head)
importFrom(utils,tail)