1
1
library(staticdocs )
2
2
list (
3
+ readme = " " ,
3
4
index = list (
4
5
sd_section(" Geoms" ,
5
6
" Geoms, short for geometric objects, describe the type of plot you will produce." ,
14
15
" geom_crossbar" ,
15
16
" geom_density" ,
16
17
" geom_density2d" ,
18
+ " geom_dotplot" ,
17
19
" geom_errorbar" ,
18
20
" geom_errorbarh" ,
19
21
" geom_freqpoly" ,
@@ -23,11 +25,13 @@ list(
23
25
" geom_jitter" ,
24
26
" geom_line" ,
25
27
" geom_linerange" ,
28
+ " geom_map" ,
26
29
" geom_path" ,
27
30
" geom_point" ,
28
31
" geom_pointrange" ,
29
32
" geom_polygon" ,
30
33
" geom_quantile" ,
34
+ " geom_raster" ,
31
35
" geom_rect" ,
32
36
" geom_ribbon" ,
33
37
" geom_rug" ,
@@ -36,59 +40,67 @@ list(
36
40
" geom_step" ,
37
41
" geom_text" ,
38
42
" geom_tile" ,
43
+ " geom_violin" ,
39
44
" geom_vline"
40
45
)
41
46
),
42
47
sd_section(" Statistics" ,
43
48
" It's often useful to transform your data before plotting, and that's what statistical transformations do." ,
44
49
c(
45
- " stat_abline" ,
46
50
" stat_bin" ,
47
51
" stat_bin2d" ,
52
+ " stat_bindot" ,
48
53
" stat_binhex" ,
49
54
" stat_boxplot" ,
50
55
" stat_contour" ,
51
56
" stat_density" ,
52
57
" stat_density2d" ,
53
58
" stat_function" ,
54
- " stat_hline" ,
55
59
" stat_identity" ,
56
60
" stat_qq" ,
57
61
" stat_quantile" ,
58
62
" stat_smooth" ,
59
63
" stat_spoke" ,
60
64
" stat_sum" ,
61
65
" stat_summary" ,
66
+ " stat_summary_hex" ,
67
+ " stat_summary2d" ,
62
68
" stat_unique" ,
63
- " stat_vline "
69
+ " stat_ydensity "
64
70
)
65
71
),
66
72
sd_section(" Scales" ,
67
73
" Scales control the mapping between data and aesthetics." ,
68
74
c(
75
+ " expand_limits" ,
76
+ " guide_legend" ,
77
+ " guide_colourbar" ,
69
78
" scale_alpha" ,
70
- " scale_continuous" ,
71
- " scale_datetime" ,
72
- " scale_gradient" ,
73
- " scale_gradientn" ,
74
- " scale_hue" ,
75
- " scale_linetype" ,
76
- " scale_shape" ,
77
- " scale_brewer" ,
78
- " scale_date" ,
79
- " scale_discrete" ,
80
- " scale_gradient2" ,
81
- " scale_grey" ,
79
+ " scale_area" ,
80
+ " scale_colour_gradient2" ,
81
+ " scale_colour_gradientn" ,
82
+ " scale_colour_grey" ,
83
+ " scale_colour_hue" ,
82
84
" scale_identity" ,
83
85
" scale_manual" ,
84
- " scale_size"
86
+ " scale_linetype" ,
87
+ " scale_shape" ,
88
+ " scale_size" ,
89
+ " scale_x_continuous" ,
90
+ " scale_x_date" ,
91
+ " scale_x_datetime" ,
92
+ " scale_x_discrete" ,
93
+ " labs" ,
94
+ " update_labels" ,
95
+ " xlim" ,
96
+ " ylim"
85
97
)
86
98
),
87
99
sd_section(" Coordinate systems" ,
88
100
" Coordinate systems adjust the mapping from coordinates to the 2d plane of the computer screen." ,
89
101
c(
90
102
" coord_cartesian" ,
91
- " coord_equal " ,
103
+ " coord_fixed " ,
92
104
" coord_flip" ,
93
105
" coord_map" ,
94
106
" coord_polar" ,
@@ -100,6 +112,7 @@ list(
100
112
" Facets display subsets of the dataset in different panels." ,
101
113
c(
102
114
" facet_grid" ,
115
+ " facet_null" ,
103
116
" facet_wrap"
104
117
)
105
118
),
@@ -113,7 +126,72 @@ list(
113
126
" position_stack" ,
114
127
" position_jitter"
115
128
)
129
+ ),
130
+ sd_section(" Data" ,
131
+ " Data sets included in ggplot2 and used in examples" ,
132
+ c(
133
+ " diamonds" ,
134
+ " economics" ,
135
+ " midwest" ,
136
+ " movies" ,
137
+ " mpg" ,
138
+ " msleep" ,
139
+ " presidential" ,
140
+ " seals"
141
+ )
142
+ ),
143
+ sd_section(" Anotation" ,
144
+ " Specialised functions for adding annotations to a plot" ,
145
+ c(
146
+ " annotate" ,
147
+ " annotation_custom" ,
148
+ " annotation_logticks" ,
149
+ " annotation_map" ,
150
+ " annotation_raster" ,
151
+ " borders"
152
+ )
153
+ ),
154
+ sd_section(" Fortify" ,
155
+ " Fortify methods make it possible to use ggplot2 with objects of
156
+ various types, not just data frames." ,
157
+ c(
158
+ " fortify" ,
159
+ " fortify-multcomp" ,
160
+ " fortify.lm" ,
161
+ " fortify.map" ,
162
+ " fortify.sp" ,
163
+ " map_data"
164
+ )
165
+ ),
166
+ sd_section(" Themes" ,
167
+ " Themes control non-data components of the plot" ,
168
+ c(
169
+ " opts" ,
170
+ " theme_blank" ,
171
+ " theme_bw" ,
172
+ " theme_grey" ,
173
+ " theme_line" ,
174
+ " theme_rect" ,
175
+ " theme_segment" ,
176
+ " theme_text" ,
177
+ " theme_update" ,
178
+ " update_element"
179
+ )
180
+ ),
181
+ sd_section(" Aesthetics" ,
182
+ " " ,
183
+ c(
184
+ " aes" ,
185
+ " aes_all" ,
186
+ " aes_auto" ,
187
+ " aes_string" ,
188
+ " aes_colour_fill_alpha" ,
189
+ " aes_group_order" ,
190
+ " aes_linetype_size_shape" ,
191
+ " aes_position"
192
+ )
116
193
)
194
+
117
195
),
118
196
icons = list (
119
197
coord_polar = sd_icon({
0 commit comments