-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
52 lines (51 loc) · 1.35 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
# Generated by roxygen2: do not edit by hand
S3method(makeContent,dotglyphtree)
S3method(makeContent,metroglyphtree)
S3method(makeContent,pieglyphtree)
S3method(makeContent,profileglyphtree)
S3method(makeContent,starglyphtree)
S3method(makeContent,tileglyphtree)
export(dotglyphGrob)
export(geom_dotglyph)
export(geom_metroglyph)
export(geom_pieglyph)
export(geom_profileglyph)
export(geom_starglyph)
export(geom_tileglyph)
export(gglyph.repel.control)
export(metroglyphGrob)
export(pieglyphGrob)
export(profileglyphGrob)
export(scale_z_continuous)
export(starglyphGrob)
export(tileglyphGrob)
import(Rcpp)
importFrom(Rdpack,reprompt)
importFrom(ggplot2,aes)
importFrom(ggplot2,continuous_scale)
importFrom(ggplot2,ggproto)
importFrom(ggplot2,layer)
importFrom(grDevices,col2rgb)
importFrom(grid,addGrob)
importFrom(grid,circleGrob)
importFrom(grid,convertHeight)
importFrom(grid,convertWidth)
importFrom(grid,gTree)
importFrom(grid,gpar)
importFrom(grid,grobTree)
importFrom(grid,grobX)
importFrom(grid,grobY)
importFrom(grid,makeContent)
importFrom(grid,nullGrob)
importFrom(grid,polygonGrob)
importFrom(grid,polylineGrob)
importFrom(grid,rectGrob)
importFrom(grid,setChildren)
importFrom(grid,unit)
importFrom(grid,unit.c)
importFrom(rlang,as_quosures)
importFrom(rlang,syms)
importFrom(scales,rescale)
importFrom(scales,rescale_pal)
importFrom(utils,modifyList)
useDynLib(gglyph)