-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
54 lines (53 loc) · 1.49 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
# Generated by roxygen2: do not edit by hand
export(analyzePictureCol)
export(getPalette)
export(makeReferenceSpace)
export(plotWithPal)
export(getContinuousPalette)
importFrom(colorspace,LAB)
importFrom(colorspace,RGB)
importFrom(colorspace,coords)
importFrom(colorspace,hex2RGB)
importFrom(colorspace,polarLUV)
importFrom(colorspace,swatchplot)
importFrom(farver,decode_native)
importFrom(farver,encode_native)
importFrom(ggplot2,aes_string)
importFrom(ggplot2,annotation_raster)
importFrom(ggplot2,coord_fixed)
importFrom(ggplot2,element_rect)
importFrom(ggplot2,element_text)
importFrom(ggplot2,geom_rect)
importFrom(ggplot2,geom_text)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggtitle)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_void)
importFrom(ggplot2,xlim)
importFrom(ggplot2,ylim)
importFrom(grDevices,col2rgb)
importFrom(grDevices,colorRampPalette)
importFrom(grDevices,rgb)
importFrom(igraph,components)
importFrom(igraph,distances)
importFrom(igraph,graph_from_data_frame)
importFrom(igraph,mst)
importFrom(igraph,shortest_paths)
importFrom(igraph,simplify)
importFrom(igraph,subgraph)
importFrom(jpeg,readJPEG)
importFrom(methods,as)
importFrom(png,readPNG)
importFrom(princurve,principal_curve)
importFrom(reshape2,acast)
importFrom(reshape2,melt)
importFrom(stats,as.dist)
importFrom(stats,cutree)
importFrom(stats,dist)
importFrom(stats,hclust)
importFrom(stats,kmeans)
importFrom(stats,mad)
importFrom(stats,median)
importFrom(stats,sd)
importFrom(tools,file_ext)
importFrom(utils,download.file)