From c5350f32bcc0a739b209743bc3c9f2e6d47ead42 Mon Sep 17 00:00:00 2001 From: Julien Date: Fri, 1 Oct 2021 09:18:45 +0200 Subject: [PATCH] Add line breaks --- vignettes/introduction.Rmd | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vignettes/introduction.Rmd b/vignettes/introduction.Rmd index 0488e1e..cb6a6a8 100644 --- a/vignettes/introduction.Rmd +++ b/vignettes/introduction.Rmd @@ -484,6 +484,7 @@ You can predefine transform argument in a list for reuse : ```{r} xy <- list(x = "island", y = "species") + obsplot(penguins, height = 100) |> mark_cell( transform_group(fill = "count", xy) @@ -498,6 +499,7 @@ But if you want to add new arguments to this predefined list, you'll have to use ```{r} xy <- list(x = "island", y = "species") + obsplot(penguins, height = 100) |> mark_cell( transform_group(fill = "count", xy)