Fix small typo in 10.4.1 Exercises. (#1548)

This commit is contained in:
Steven Primeaux 2023-08-02 14:50:42 -05:00 committed by GitHub
parent fabbe955a1
commit 43ebb36c5d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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?