-
Notifications
You must be signed in to change notification settings - Fork 2
/
NAMESPACE
48 lines (47 loc) · 1.25 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
# Generated by roxygen2: do not edit by hand
export(heat_map)
export(heat_map_clust)
export(heat_map_complete)
export(heat_map_custom)
export(heat_map_layout)
export(heat_map_new)
export(heat_map_record)
export(heat_map_reset)
export(heat_map_save)
export(heat_map_scale)
importFrom(grDevices,adjustcolor)
importFrom(grDevices,axisTicks)
importFrom(grDevices,colorRamp)
importFrom(grDevices,colorRampPalette)
importFrom(grDevices,dev.cur)
importFrom(grDevices,dev.new)
importFrom(grDevices,dev.off)
importFrom(grDevices,jpeg)
importFrom(grDevices,pdf)
importFrom(grDevices,png)
importFrom(grDevices,recordPlot)
importFrom(grDevices,rgb)
importFrom(grDevices,svg)
importFrom(grDevices,tiff)
importFrom(grDevices,x11)
importFrom(graphics,axis)
importFrom(graphics,layout)
importFrom(graphics,lines)
importFrom(graphics,mtext)
importFrom(graphics,par)
importFrom(graphics,points)
importFrom(graphics,polygon)
importFrom(graphics,rect)
importFrom(graphics,segments)
importFrom(graphics,text)
importFrom(methods,formalArgs)
importFrom(methods,is)
importFrom(stats,as.dendrogram)
importFrom(stats,as.dist)
importFrom(stats,cutree)
importFrom(stats,dist)
importFrom(stats,hclust)
importFrom(stats,is.leaf)
importFrom(stats,sd)
importFrom(tools,file_ext)
importFrom(tools,file_path_sans_ext)