diff --git a/_pkgdown.yml b/_pkgdown.yml index 2c443ec3..72c37cfc 100644 --- a/_pkgdown.yml +++ b/_pkgdown.yml @@ -33,10 +33,11 @@ reference: - title: Layout Building desc: > - All plots begin with a call to `ggheatmap()`/`quad_layout()` or `ggstack()`, supplying - default data. You then reorder the observations, or split the observations into groups, - and add plots, layers, scales, coords with `+`. Use `quad_switch()`/`hmanno()` or - `stack_switch()` to switch the active context. To save a plot to disk, use `ggsave()`. + All plots begin with a call to `ggheatmap()`/`quad_layout()` or + `stack_layout()`, supplying default data. You then reorder the observations, + or split the observations into groups, and add plots, layers, scales, coords + with `+`. Use `quad_switch()`/`hmanno()` or `stack_switch()` to switch the + active context. To save a plot to disk, use `ggsave()`. contents: - layout-operator - quad_switch