-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
51 lines (50 loc) · 1005 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
# Generated by roxygen2: do not edit by hand
S3method("+",WObject)
S3method("[",WGroup)
S3method(print,WDendrogram)
S3method(print,WGG)
S3method(print,WGenerator)
S3method(print,WGrob)
S3method(print,WGroup)
S3method(print,WHeatmap)
S3method(print,WLabel)
S3method(print,WRect)
export(Beneath)
export(BottomLeftOf)
export(BottomRightOf)
export(CMPar)
export(LeftOf)
export(MapToContinuousColors)
export(MapToDiscreteColors)
export(RightOf)
export(TopLeftOf)
export(TopOf)
export(TopRightOf)
export(WColorBarH)
export(WColorBarV)
export(WColumnBind)
export(WCustomize)
export(WDendrogram)
export(WDim)
export(WGG)
export(WGrob)
export(WHeatmap)
export(WLabel)
export(WLegendH)
export(WLegendV)
export(WMatrix)
export(WObject)
export(WPosition)
export(WRect)
export(WRowBind)
export(both.cluster)
export(column.cluster)
export(ly)
export(row.cluster)
import(RColorBrewer)
import(colorspace)
import(grid)
import(stats)
importFrom(grDevices,col2rgb)
importFrom(grDevices,colorRamp)
importFrom(grDevices,rgb)