forked from DataSlingers/clustRviz
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
153 lines (152 loc) · 4.12 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
# Generated by roxygen2: do not edit by hand
S3method(as.dendrogram,CARP)
S3method(as.dendrogram,CBASS)
S3method(as.hclust,CARP)
S3method(get_cluster_centroids,CARP)
S3method(get_cluster_centroids,CBASS)
S3method(get_cluster_labels,CARP)
S3method(get_cluster_labels,CBASS)
S3method(get_clustered_data,CARP)
S3method(get_clustered_data,CBASS)
S3method(plot,CARP)
S3method(plot,CBASS)
S3method(print,CARP)
S3method(print,CBASS)
S3method(print,ClusteringWeights)
S3method(print,RBFWeights)
S3method(saveviz,CARP)
S3method(saveviz,CBASS)
export(CARP)
export(CBASS)
export(clustRviz_logger_level)
export(clustRviz_options)
export(clustRviz_reset_options)
export(dense_rbf_kernel_weights)
export(get_cluster_centroids)
export(get_cluster_labels)
export(get_clustered_data)
export(saveviz)
export(sparse_rbf_kernel_weights)
importFrom(Matrix,nnzero)
importFrom(RColorBrewer,brewer.pal)
importFrom(animation,ani.options)
importFrom(animation,saveGIF)
importFrom(dendextend,set)
importFrom(dplyr,"%>%")
importFrom(dplyr,arrange)
importFrom(dplyr,as_tibble)
importFrom(dplyr,bind_rows)
importFrom(dplyr,distinct)
importFrom(dplyr,filter)
importFrom(dplyr,full_join)
importFrom(dplyr,group_by)
importFrom(dplyr,lead)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,n)
importFrom(dplyr,n_distinct)
importFrom(dplyr,pull)
importFrom(dplyr,rename)
importFrom(dplyr,select)
importFrom(dplyr,select_)
importFrom(dplyr,slice)
importFrom(dplyr,summarize)
importFrom(dplyr,tibble)
importFrom(dplyr,ungroup)
importFrom(gganimate,anim_save)
importFrom(gganimate,animate)
importFrom(gganimate,transition_manual)
importFrom(ggplot2,aes)
importFrom(ggplot2,aes_string)
importFrom(ggplot2,element_text)
importFrom(ggplot2,geom_path)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_text)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggsave)
importFrom(ggplot2,guides)
importFrom(ggplot2,scale_color_manual)
importFrom(ggplot2,theme)
importFrom(ggplot2,xlab)
importFrom(ggplot2,ylab)
importFrom(ggrepel,geom_text_repel)
importFrom(grDevices,adjustcolor)
importFrom(grDevices,bmp)
importFrom(grDevices,colorRampPalette)
importFrom(grDevices,dev.cur)
importFrom(grDevices,dev.off)
importFrom(grDevices,dev.set)
importFrom(grDevices,jpeg)
importFrom(grDevices,pdf)
importFrom(grDevices,pictex)
importFrom(grDevices,png)
importFrom(grDevices,postscript)
importFrom(grDevices,svg)
importFrom(grDevices,tiff)
importFrom(graphics,abline)
importFrom(graphics,axis)
importFrom(graphics,hist)
importFrom(graphics,image)
importFrom(graphics,layout)
importFrom(graphics,lines)
importFrom(graphics,mtext)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,plot.new)
importFrom(graphics,rect)
importFrom(graphics,strheight)
importFrom(graphics,strwidth)
importFrom(graphics,text)
importFrom(graphics,title)
importFrom(gtools,invalid)
importFrom(heatmaply,heatmaply)
importFrom(purrr,map)
importFrom(purrr,map2)
importFrom(rlang,"%||%")
importFrom(rlang,.data)
importFrom(shiny,animationOptions)
importFrom(shiny,br)
importFrom(shiny,column)
importFrom(shiny,fluidPage)
importFrom(shiny,fluidRow)
importFrom(shiny,mainPanel)
importFrom(shiny,plotOutput)
importFrom(shiny,renderPlot)
importFrom(shiny,renderUI)
importFrom(shiny,selectInput)
importFrom(shiny,shinyApp)
importFrom(shiny,sidebarLayout)
importFrom(shiny,sidebarPanel)
importFrom(shiny,sliderInput)
importFrom(shiny,tabPanel)
importFrom(shiny,tabsetPanel)
importFrom(shiny,tags)
importFrom(shiny,titlePanel)
importFrom(shiny,uiOutput)
importFrom(stats,as.dendrogram)
importFrom(stats,as.hclust)
importFrom(stats,cutree)
importFrom(stats,density)
importFrom(stats,dist)
importFrom(stats,hclust)
importFrom(stats,median)
importFrom(stats,na.omit)
importFrom(stats,order.dendrogram)
importFrom(stats,prcomp)
importFrom(stats,quantile)
importFrom(stats,reorder)
importFrom(stats,sd)
importFrom(stats,setNames)
importFrom(stats,var)
importFrom(stringr,str_replace)
importFrom(tibble,as_tibble)
importFrom(tidyr,gather)
importFrom(tidyr,nest)
importFrom(tidyr,unnest)
importFrom(tools,file_ext)
importFrom(tools,file_path_sans_ext)
importFrom(utils,data)
importFrom(utils,modifyList)
importFrom(zoo,na.locf)
importMethodsFrom(Matrix,t)
useDynLib(clustRviz)