-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathNAMESPACE
50 lines (48 loc) · 1.59 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
useDynLib(ProjectionBasedClustering)
export(CCA)
export(ICA)
export(Isomap)
export(KruskalStress)
export(MDS)
export(NeRV)
export(PCA)
export(PolarSwarm)
export(PlotProjectedPoints)
export(ProjectionBasedClustering)
export(ProjectionPursuit)
export(Projection2Bestmatches)
export(SammonsMapping)
export(UniformManifoldApproximationProjection)
export(tSNE)
export(interactiveClustering)
export(interactiveGeneralizedUmatrixIsland)
export(interactiveProjectionBasedClustering)
export(IPBC)
import(shiny)
importFrom("plotly","plotlyOutput","event_data","renderPlotly","plot_ly","add_contour","add_markers","add_segments","layout")
importFrom("shinythemes","shinytheme")
importFrom("stats", "quantile")
importFrom("grDevices", "colorRamp")
importFrom("shinyjs","hide","useShinyjs","toggle", "hidden", "enable", "disable")
importFrom("graphics", "matplot", "plot", "symbols", "title")
importFrom("stats", "cmdscale", "cov", "dist", "lsfit", "prcomp",
"rnorm", "runif", "sd")
importFrom("utils", "combn")
import(ggplot2)
importFrom("grDevices", "dev.off", "png")
importFrom("graphics", "lines", "par", "rasterImage")
import(deldir)
importFrom('geometry','delaunayn')
import(Rcpp)
import(GeneralizedUmatrix)
#importFrom('spdep','gabrielneigh')
#importFrom('FastKNN','k.nearest.neighbors')
#importFrom('pcaPP','cor.fk')
#importFrom('fastICA','fastICA')
#importFrom('MASS','sammon')
#importFrom('tsne','tsne')
#importFrom('vegan','isomap')
importFrom("graphics", "axis")
importFrom("stats", "as.dendrogram", "as.dist", "cutree", "hclust")
importFrom("stats", "order.dendrogram")
importFrom("grDevices", "col2rgb")