Fix small typo in 10.4.1 Exercises. (#1548)
This commit is contained in:
parent
fabbe955a1
commit
43ebb36c5d
|
@ -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?
|
||||
|
||||
|
|
Loading…
Reference in New Issue