forked from hadley/ggplot1
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
125 lines (124 loc) · 2.75 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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
# Generated by roxygen2: do not edit by hand
S3method("$",ggplot)
S3method("update<-",categorical)
S3method("update<-",continuous)
S3method("update<-",gradient)
S3method("update<-",manual)
S3method("update<-",ps_equal)
S3method("update<-",ps_map)
S3method("update<-",scale)
S3method("update<-",scale_cont_colour)
S3method(breaks,categorical)
S3method(breaks,continuous)
S3method(breaks,gradient)
S3method(breaks,manual)
S3method(breaks,ps_double)
S3method(defaultgrob,categorical)
S3method(defaultgrob,default)
S3method(defaultgrob,gradient)
S3method(defaultgrob,manual)
S3method(ggplot,default)
S3method(guides,default)
S3method(guides,manual)
S3method(guides,position)
S3method(guides,ps_double)
S3method(guides,scale_cont_colour)
S3method(guides,scales)
S3method(input,ps_double)
S3method(input,scale)
S3method(input,scale_cont_colour)
S3method(input,scales)
S3method(labels,categorical)
S3method(labels,continuous)
S3method(labels,gradient)
S3method(labels,manual)
S3method(labels,ps_double)
S3method(map_aesthetic,categorical)
S3method(map_aesthetic,continuous)
S3method(map_aesthetic,gradient)
S3method(map_aesthetic,manual)
S3method(map_aesthetic,ps_double)
S3method(map_aesthetic,ps_map)
S3method(map_aesthetic,scale)
S3method(map_aesthetic,scale_cont_colour)
S3method(output,ps_double)
S3method(output,scale)
S3method(output,scale_cont_colour)
S3method(output,scales)
S3method(print,categorical)
S3method(print,continuous)
S3method(print,ggplot)
S3method(print,gradient)
S3method(print,manual)
S3method(print,options)
S3method(print,scale)
S3method(print,scales)
S3method(range,categorical)
S3method(range,continuous)
S3method(range,ps_double)
S3method(range,scale)
S3method(range,scales)
S3method(summary,ggplot)
export("%>%")
export(alpha)
export(chop)
export(chop_auto)
export(defaultaesthetics)
export(expand_range)
export(gg2density)
export(ggabline)
export(ggarea)
export(ggbar)
export(ggboxplot)
export(ggcontour)
export(ggdensity)
export(gggroup)
export(gghistogram)
export(gghline)
export(ggjitter)
export(ggline)
export(ggopt)
export(ggpath)
export(ggplot)
export(ggpoint)
export(ggpolygon)
export(ggquantile)
export(ggrect)
export(ggribbon)
export(ggsave)
export(ggsmooth)
export(ggtext)
export(ggtheme)
export(ggtile)
export(ggvline)
export(ps_equal)
export(ps_map)
export(pscategorical)
export(pscontinuous)
export(resolution)
export(scbrewer)
export(sccolor)
export(sccolour)
export(scfill)
export(scfillbrewer)
export(scfillgradient)
export(scfillhcl)
export(scfillrgb)
export(scgradient)
export(schcl)
export(sclinetype)
export(scmanual)
export(scrgb)
export(scshape)
export(scsize)
export(setdata)
export(setfacets)
export(theme_bw)
export(theme_default)
export(trans_inverse)
export(trans_log10)
export(trans_log2)
export(trans_none)
export(trans_sqrt)
import(grid)
importFrom(magrittr,"%>%")