forked from leondap/recluster
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
18 lines (16 loc) · 1.41 KB
/
NAMESPACE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
export ("recluster.boot","recluster.cons","recluster.dist","recluster.multi","recluster.plot","recluster.hist","recluster.node.strength","recluster.identify.nodes","recluster.col","recluster.plot.col","recluster.plot.sites.col","recluster.plot.matrix","recluster.expl.diss","recluster.expl","recluster.line", "recluster.plot.pie", "recluster.procrustes","recluster.region","recluster.rotate","recluster.test.dist","recluster.group.col","recluster.fst","recluster.fst.pair","biodecrypt","biodecrypt.cross","biodecrypt.wrap","biodecrypt.view","biodecrypt.optimise","biodecrypt.plot")
import("ape","rangeBuilder", "geosphere","prevR","sp","vegan")
importFrom("grDevices", "col2rgb", "grey", "rgb")
importFrom("graphics", "hist", "lines", "points", "rect")
importFrom("stats", "aggregate", "as.dist", "cmdscale","complete.cases", "cutree", "dist", "hclust", "lm","median", "reorder")
importFrom("utils", "combn", "data", "write.table")
importFrom("phytools", nodeHeights, treeSlice)
importFrom("phangorn", nnls.tree)
importFrom("picante", phylosor, node.age)
importFrom("cluster", pam, silhouette, diana)
#importFrom("vegan", metaMDS, designdist, scores)
importFrom("plotrix", floating.pie, draw.circle)
#importFrom("prevR", point.in.SpatialPolygons, plot)
importFrom("rgeos","gConvexHull","gIntersection","gDifference")
importFrom("raster","intersect","area")
#importFrom("sp","spTransform","coordinates","CRS","proj4string")