Skip to content

Commit 1631372

Browse files
committed
fixed font size issue with tidy data graphic
1 parent e754989 commit 1631372

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

img/tidy_data.key

320 KB
Binary file not shown.

img/tidy_data/tidy_data.001.jpeg

461 KB
Loading

wrangling.Rmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -244,8 +244,8 @@ Figure \@ref(fig:02-tidy-image) demonstrates a tidy data set that satisfies thes
244244
three criteria.
245245

246246
``` {r 02-tidy-image, echo = FALSE, message = FALSE, warning = FALSE, fig.cap = "Tidy data satisfies three criteria.", fig.retina = 2, out.width = "100%"}
247-
image_read("img/tidy_data.jpeg") %>%
248-
image_crop("3632x530")
247+
image_read("img/tidy_data/tidy_data.001.jpeg") |>
248+
image_crop("3632x1400")
249249
```
250250

251251
There are many good reasons for making sure your data are tidy as a first step in your analysis.

0 commit comments

Comments
 (0)