-
Notifications
You must be signed in to change notification settings - Fork 3
/
NAMESPACE
64 lines (63 loc) · 1.53 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
# Generated by roxygen2: do not edit by hand
S3method(identify,epmGrid)
S3method(plot,epmGrid)
S3method(print,epmGrid)
S3method(summary,epmGrid)
export(DRstat)
export(addLegend)
export(addPhylo)
export(addTraits)
export(betadiv_disparity)
export(betadiv_phylogenetic)
export(betadiv_taxonomic)
export(calcMeanShape)
export(coordsFromEpmGrid)
export(createEPMgrid)
export(customBetaDiv)
export(customGridMetric)
export(dropSpecies)
export(epmToPhyloComm)
export(expandSpeciesCellList)
export(extractFromEpmGrid)
export(faithPD)
export(generateOccurrenceMatrix)
export(getExtentOfList)
export(getMultiMapRamp)
export(getSpPartialDisparities)
export(gridMetrics)
export(identify.epmGrid)
export(interactiveExtent)
export(plot.epmGrid)
export(plotDispersionField)
export(plotSpRange)
export(rasterToGrid)
export(read.epmGrid)
export(reduceToCommonTaxa)
export(singleSpCellIndex)
export(spCountIndex)
export(summarizeEpmGridList)
export(tableFromEpmGrid)
export(write.epmGrid)
export(writeEpmSpatial)
import(RcppProgress)
import(methods)
importFrom(Rcpp,evalCpp)
importFrom(Rcpp,sourceCpp)
importFrom(grDevices,gray)
importFrom(graphics,axis)
importFrom(graphics,grconvertX)
importFrom(graphics,grconvertY)
importFrom(graphics,identify)
importFrom(graphics,par)
importFrom(graphics,rect)
importFrom(stats,aggregate)
importFrom(stats,cophenetic)
importFrom(stats,cov)
importFrom(stats,dist)
importFrom(stats,prcomp)
importFrom(stats,runif)
importFrom(stats,sd)
importFrom(stats,setNames)
importFrom(utils,setTxtProgressBar)
importFrom(utils,txtProgressBar)
useDynLib(epm)