From 84a70878a4bde9e661f061d27bc1566f2fdc0dad Mon Sep 17 00:00:00 2001 From: mine-cetinkaya-rundel Date: Thu, 2 Mar 2023 00:45:25 -0500 Subject: [PATCH] Address what vs. means, closes #1311 --- data-visualize.qmd | 1 + 1 file changed, 1 insertion(+) diff --git a/data-visualize.qmd b/data-visualize.qmd index 08fa9cc..885d9d0 100644 --- a/data-visualize.qmd +++ b/data-visualize.qmd @@ -357,6 +357,7 @@ We finally have a plot that perfectly matches our "ultimate goal"! Read the help for `?penguins` to find out. 3. Make a scatterplot of `bill_depth_mm` vs. `bill_length_mm`. + That is, make a scatterplot with `bill_depth_mm` on the y-axis and `bill_length_mm` on the x-axis. Describe the relationship between these two variables. 4. What happens if you make a scatterplot of `species` vs. `bill_depth_mm`?