From 70dd869869458ad9c1698850d11634849bfc97ab Mon Sep 17 00:00:00 2001 From: Yunuuuu Date: Sat, 14 Dec 2024 04:28:45 +0800 Subject: [PATCH] update --- _pkgdown.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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