Skip to content

Commit

Permalink
Update images.
Browse files Browse the repository at this point in the history
  • Loading branch information
JauntyJJS committed Aug 10, 2023
1 parent 1c7104e commit 1fe615a
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 10 deletions.
19 changes: 11 additions & 8 deletions index.html

Large diffs are not rendered by default.

10 changes: 8 additions & 2 deletions index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -3405,6 +3405,11 @@ penguin_plot <- ggplot2::ggplot(
)
) +
ggplot2::geom_point()
```

```{r}
#| echo: true
#| eval: false
downloadthis::download_this(
penguin_plot,
Expand Down Expand Up @@ -3432,12 +3437,13 @@ penguin_plot <- ggplot2::ggplot(
ggplot2::geom_point()
penguin_plot
```

```{r}
downloadthis::download_this(
penguin_plot,
output_name = "penguin-plot",
ggsave_args = list(width = 6, height = 7))
```

:::
Expand All @@ -3453,7 +3459,7 @@ https://jauntyjjs.github.io/r4ds-bookclub-cohort9-chapter02

## Extra

Learn from `ggplot2` mishaps. See [Kara Woo's RStudio 2020 Conference talk](https://www.youtube.com/watch?v=izV-qK3nlhA).
Learn from `ggplot2` mishaps. See [Kara Woo's RStudio 2021 Conference talk](https://www.youtube.com/watch?v=izV-qK3nlhA).

```{=html}
<iframe width="1000" height="500" src="https://www.youtube.com/embed/izV-qK3nlhA" frameborder="0" allowfullscreen></iframe>
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1fe615a

Please sign in to comment.