Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 11 additions & 6 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ home:
strip_header: true
links:
- text: Learn more
href: http://r4ds.had.co.nz/data-visualisation.html
href: https://r4ds.had.co.nz/data-visualisation.html
- text: Extensions
href: http://www.ggplot2-exts.org/gallery/
href: https://www.ggplot2-exts.org/gallery/

reference:
- title: Plot basics
Expand Down Expand Up @@ -40,7 +40,7 @@ reference:
desc: >
A handful of layers are more easily specified with a `stat_` function,
drawing attention to the statistical transformation rather than the visual
appearance. The computed variables can be mapped using `stat()`.
appearance. The computed variables can be mapped using `after_stat()`.
contents:
- stat_ecdf
- stat_ellipse
Expand All @@ -50,7 +50,7 @@ reference:
- stat_summary_bin
- stat_unique
- stat_sf_coordinates
- stat
- after_stat

- title: "Layer: position adjustment"
desc: >
Expand Down Expand Up @@ -103,10 +103,15 @@ reference:
Guides are mostly controlled via the scale (e.g. with the `limits`,
`breaks`, and `labels` arguments), but sometimes you will need additional
control over guide appearance. Use `guides()` or the `guide` argument to
individual scales along with `guide_colourbar()` or `guide_legend()`.
individual scales along with `guide_*()` functions.
contents:
- draw_key
- guide_colourbar
- guide_legend
- guide_axis
- guide_bins
- guide_coloursteps
- guide_none
- guides
- sec_axis

Expand Down Expand Up @@ -244,4 +249,4 @@ navbar:
href: news/index.html
extensions:
text: Extensions
href: http://www.ggplot2-exts.org/gallery/
href: https://www.ggplot2-exts.org/gallery/