-
Notifications
You must be signed in to change notification settings - Fork 93
/
NAMESPACE
37 lines (36 loc) · 817 Bytes
/
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
# Generated by roxygen2: do not edit by hand
export("%>%")
export(d3heatmap)
export(d3heatmapGadget)
export(d3heatmapOutput)
export(hmAxis)
export(hmCells)
export(hmColors)
export(hmDendrogram)
export(hmLegend)
export(hmOptions)
export(hmSideColors)
export(print)
export(renderD3heatmap)
export(save)
exportMethods(print)
exportMethods(save)
import(base64enc)
import(htmlwidgets)
import(methods)
import(png)
import(shiny)
importFrom(grDevices,col2rgb)
importFrom(grDevices,colorRampPalette)
importFrom(grDevices,rgb)
importFrom(magrittr,"%>%")
importFrom(stats,as.dendrogram)
importFrom(stats,dendrapply)
importFrom(stats,dist)
importFrom(stats,hclust)
importFrom(stats,is.leaf)
importFrom(stats,order.dendrogram)
importFrom(stats,reorder)
importFrom(stats,sd)
importFrom(utils,capture.output)
importFrom(utils,str)