Skip to content

Commit

Permalink
Fix small typo in 10.4.1 Exercises. (#1548)
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenprimeaux authored Aug 2, 2023
1 parent fabbe95 commit 43ebb36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layers.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -548,7 +548,7 @@ ggplot(mpg, aes(x = displ, y = hwy)) +

1. What happens if you facet on a continuous variable?

2. What do the empty cells in plot with `facet_grid(drv ~ cyl)` mean?
2. What do the empty cells in the plot above with `facet_grid(drv ~ cyl)` mean?
Run the following code.
How do they relate to the resulting plot?

Expand Down

0 comments on commit 43ebb36

Please sign in to comment.