Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhodge931 committed Sep 19, 2023
1 parent b3bf683 commit 7366094
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions vignettes/articles/3_go_further-Rmd.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -200,14 +200,14 @@ penguins2 |>
mapping = aes(shape = species))
```

```{r}
```{r, fig.asp=0.55}
penguins2 |>
gg_histogram(x = flipper_length_mm,
mapping = aes(y = after_stat(density)),
facet = species)
```

```{r}
```{r, fig.asp=0.55}
faithfuld |>
gg_blank(
x = waiting,
Expand All @@ -224,7 +224,7 @@ faithfuld |>

The default `stat` of each `gg_*` function can be changed for additional flexibility. Note that you can only use `stat` character strings and not functions.

```{r}
```{r, fig.asp=0.55}
p1 <- penguins2 |>
gg_pointrange(
x = species,
Expand Down

0 comments on commit 7366094

Please sign in to comment.