1010 strip_header : true
1111 links :
1212 - text : Learn more
13- href : http ://r4ds.had.co.nz/data-visualisation.html
13+ href : https ://r4ds.had.co.nz/data-visualisation.html
1414 - text : Extensions
15- href : http ://www.ggplot2-exts.org/gallery/
15+ href : https ://www.ggplot2-exts.org/gallery/
1616
1717reference :
1818- title : Plot basics
@@ -40,7 +40,7 @@ reference:
4040 desc : >
4141 A handful of layers are more easily specified with a `stat_` function,
4242 drawing attention to the statistical transformation rather than the visual
43- appearance. The computed variables can be mapped using `stat ()`.
43+ appearance. The computed variables can be mapped using `after_stat ()`.
4444 contents :
4545 - stat_ecdf
4646 - stat_ellipse
@@ -50,7 +50,7 @@ reference:
5050 - stat_summary_bin
5151 - stat_unique
5252 - stat_sf_coordinates
53- - stat
53+ - after_stat
5454
5555- title : " Layer: position adjustment"
5656 desc : >
@@ -103,10 +103,15 @@ reference:
103103 Guides are mostly controlled via the scale (e.g. with the `limits`,
104104 `breaks`, and `labels` arguments), but sometimes you will need additional
105105 control over guide appearance. Use `guides()` or the `guide` argument to
106- individual scales along with `guide_colourbar ()` or `guide_legend()` .
106+ individual scales along with `guide_* ()` functions .
107107 contents :
108+ - draw_key
108109 - guide_colourbar
109110 - guide_legend
111+ - guide_axis
112+ - guide_bins
113+ - guide_coloursteps
114+ - guide_none
110115 - guides
111116 - sec_axis
112117
@@ -244,4 +249,4 @@ navbar:
244249 href : news/index.html
245250 extensions :
246251 text : Extensions
247- href : http ://www.ggplot2-exts.org/gallery/
252+ href : https ://www.ggplot2-exts.org/gallery/
0 commit comments