-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
91 lines (90 loc) · 1.85 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
# Generated by roxygen2: do not edit by hand
export("ColorChannel<-")
export(ASH1D)
export(ASH2D)
export(AddByRow)
export(AssignArgs)
export(AtomicArgs)
export(Atomize)
export(AutoColorParameters)
export(Barbouille)
export(Binning2D)
export(BivariateProjection)
export(BlendColors)
export(ClonalArg)
export(ColorChannel)
export(ColorLegend)
export(ColorMapper)
export(ComposeArgs)
export(DefaultArgs)
export(DefaultOptions)
export(DefineColorMap)
export(Distributions)
export(EmptyPlot)
export(ExtractSelection)
export(FiniteValues)
export(List2DataTable)
export(List2Dataframe)
export(LocalShuffle)
export(MakeColors)
export(Matrix2Table)
export(MetaSelect)
export(MkImg)
export(MulByRow)
export(PlotImage)
export(PrevalenceScore)
export(R2hsv)
export(R2rgb)
export(RankScore)
export(ReCombine)
export(ReferenceArgs)
export(RemoveOptions)
export(RenderLayers)
export(ResetOptions)
export(RowSampler)
export(S01)
export(SX2Y)
export(ScatterMaps)
export(SideBySide)
export(SimulateData)
export(SmoothStep)
export(SuperRainbow)
export(TransformColors)
export(UnivariateProjection)
export(UpdateDefinition)
export(Variations)
export(VectorArgs)
export(autoscale)
export(colorize)
export(glf)
export(hsv2R)
export(hsv2rgb)
export(m2v)
export(mkdir)
export(resolve.legend.position)
export(rgb2R)
export(rgb2hsv)
export(v2m)
export(xylim)
import(abind)
import(ggplot2)
import(grDevices)
import(graphics)
import(lazyeval)
import(methods)
import(stats)
importFrom(ash,bin1)
importFrom(ash,bin2)
importFrom(colorspace,HSV)
importFrom(colorspace,RGB)
importFrom(colorspace,coords)
importFrom(colorspace,desaturate)
importFrom(colorspace,heat_hcl)
importFrom(colorspace,hex)
importFrom(knitr,include_graphics)
importFrom(matrixStats,colMeans2)
importFrom(matrixStats,colSums2)
importFrom(matrixStats,rowMeans2)
importFrom(matrixStats,rowSums2)
importFrom(stringr,str_pad)
importFrom(triangle,rtriangle)