forked from thomasp85/densityClust
-
Notifications
You must be signed in to change notification settings - Fork 1
/
NAMESPACE
44 lines (43 loc) · 1.19 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
# Generated by roxygen2: do not edit by hand
S3method(clustered,densityCluster)
S3method(clusters,densityCluster)
S3method(findClusters,densityCluster)
S3method(labels,densityCluster)
S3method(plot,densityCluster)
S3method(plotMDS,densityCluster)
S3method(plotTSNE,densityCluster)
S3method(print,densityCluster)
export(clustered)
export(clusters)
export(densityClust)
export(estimateDc)
export(findClusters)
export(plotDensityClust)
export(plotMDS)
export(plotTSNE)
importFrom(FNN,get.knn)
importFrom(RColorBrewer,brewer.pal)
importFrom(Rcpp,sourceCpp)
importFrom(Rtsne,Rtsne)
importFrom(ggplot2,aes_string)
importFrom(ggplot2,geom_label)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_segment)
importFrom(ggplot2,geom_text)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,labs)
importFrom(ggplot2,scale_color_manual)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_bw)
importFrom(ggrepel,geom_label_repel)
importFrom(grDevices,rainbow)
importFrom(graphics,legend)
importFrom(graphics,locator)
importFrom(graphics,plot)
importFrom(graphics,points)
importFrom(gridExtra,grid.arrange)
importFrom(stats,cmdscale)
importFrom(stats,dist)
importFrom(stats,rnorm)
useDynLib(densityClust)