@@ -31,7 +31,9 @@ reference:
31
31
- ggsave
32
32
- qplot
33
33
34
- - title : " Layer: geoms"
34
+ - title : Layers
35
+
36
+ - subtitle : Geoms
35
37
desc : >
36
38
A layer combines data, aesthetic mapping, a geom (geometric object),
37
39
a stat (statistical transformation), and a position adjustment. Typically,
@@ -40,7 +42,7 @@ reference:
40
42
contents :
41
43
- starts_with("geom_")
42
44
43
- - title : " Layer: stats "
45
+ - subtitle : Stats
44
46
desc : >
45
47
A handful of layers are more easily specified with a `stat_` function,
46
48
drawing attention to the statistical transformation rather than the visual
@@ -56,15 +58,15 @@ reference:
56
58
- stat_sf_coordinates
57
59
- after_stat
58
60
59
- - title : " Layer: position adjustment"
61
+ - subtitle : Position adjustment
60
62
desc : >
61
63
All layers have a position adjustment that resolves overlapping geoms.
62
64
Override the default by using the `position` argument to the `geom_` or
63
65
`stat_` function.
64
66
contents :
65
67
- starts_with("position_")
66
68
67
- - title : " Layer: annotations "
69
+ - subtitle : Annotations
68
70
desc : >
69
71
Annotations are a special type of layer that don't inherit global settings
70
72
from the plot. They are used to add fixed reference data to plots.
@@ -129,7 +131,7 @@ reference:
129
131
- facet_wrap
130
132
- vars
131
133
132
- - title : " Facetting: labels "
134
+ - subtitle : Labels
133
135
desc : >
134
136
These functions provide a flexible toolkit for controlling the display
135
137
of the "strip" labels on facets.
@@ -225,34 +227,30 @@ reference:
225
227
- fortify
226
228
- map_data
227
229
230
+ news :
231
+ releases :
232
+ - text : " Version 3.3.0"
233
+ href : https://www.tidyverse.org/blog/2020/03/ggplot2-3-3-0/
234
+ - text : " Version 3.2.0"
235
+ href : https://www.tidyverse.org/articles/2019/06/ggplot2-3-2-0/
236
+ - text : " Version 3.1.0"
237
+ href : https://www.tidyverse.org/articles/2018/10/ggplot2-3-1-0/
238
+ - text : " Version 3.0.0"
239
+ href : https://www.tidyverse.org/articles/2018/07/ggplot2-3-0-0/
240
+ - text : " Version 2.2.0"
241
+ href : https://blog.rstudio.com/2016/11/14/ggplot2-2-2-0/
242
+ - text : " Version 2.1.0"
243
+ href : https://blog.rstudio.com/2016/03/03/ggplot2-2-1-0/
244
+ - text : " Version 2.0.0"
245
+ href : https://blog.rstudio.com/2015/12/21/ggplot2-2-0-0/
246
+ - text : " Version 1.0.0"
247
+ href : https://blog.rstudio.com/2015/01/09/ggplot2-updates/
248
+
228
249
navbar :
229
250
structure :
230
251
right : [extensions, github]
231
252
components :
232
253
home : ~
233
- news :
234
- text : News
235
- menu :
236
- - text : " Release notes"
237
- - text : " Version 3.3.0"
238
- href : https://www.tidyverse.org/blog/2020/03/ggplot2-3-3-0/
239
- - text : " Version 3.2.0"
240
- href : https://www.tidyverse.org/articles/2019/06/ggplot2-3-2-0/
241
- - text : " Version 3.1.0"
242
- href : https://www.tidyverse.org/articles/2018/10/ggplot2-3-1-0/
243
- - text : " Version 3.0.0"
244
- href : https://www.tidyverse.org/articles/2018/07/ggplot2-3-0-0/
245
- - text : " Version 2.2.0"
246
- href : https://blog.rstudio.com/2016/11/14/ggplot2-2-2-0/
247
- - text : " Version 2.1.0"
248
- href : https://blog.rstudio.com/2016/03/03/ggplot2-2-1-0/
249
- - text : " Version 2.0.0"
250
- href : https://blog.rstudio.com/2015/12/21/ggplot2-2-0-0/
251
- - text : " Version 1.0.0"
252
- href : https://blog.rstudio.com/2015/01/09/ggplot2-updates/
253
- - text : " ------------------"
254
- - text : " Change log"
255
- href : news/index.html
256
254
extensions :
257
255
text : Extensions
258
256
href : https://exts.ggplot2.tidyverse.org/gallery/
0 commit comments