From 43ebb36c5dce45ca9ba76f611d90a9c0602d02ae Mon Sep 17 00:00:00 2001 From: Steven Primeaux Date: Wed, 2 Aug 2023 14:50:42 -0500 Subject: [PATCH] Fix small typo in 10.4.1 Exercises. (#1548) --- layers.qmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layers.qmd b/layers.qmd index 8a959e0..a69a288 100644 --- a/layers.qmd +++ b/layers.qmd @@ -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?