Skip to content

Commit 6669867

Browse files
authored
Update 02b-graphics.qmd
images used in quizzes need to be named
1 parent 62dc1d0 commit 6669867

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

part-wrangling/02b-graphics.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ However, it is also clear that there is considerable variation that is not expla
211211

212212
We can extend this process a bit by adding in additional information from the dataset and mapping that information to an additional variable - for instance, we can color the points by the species of penguin.
213213

214-
```{r}
214+
```{r penguins-quiz-scatter}
215215
ggplot(data = penguins, aes(x = body_mass_g, y = bill_length_mm, color = species)) + geom_point()
216216
```
217217

0 commit comments

Comments
 (0)