Skip to content

Commit

Permalink
Add line breaks
Browse files Browse the repository at this point in the history
  • Loading branch information
juba committed Oct 1, 2021
1 parent 1ba319a commit c5350f3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions vignettes/introduction.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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)
Expand Down

0 comments on commit c5350f3

Please sign in to comment.