Address what vs. means, closes #1311

This commit is contained in:
mine-cetinkaya-rundel 2023-03-02 00:45:25 -05:00
parent d13baffead
commit 84a70878a4
1 changed files with 1 additions and 0 deletions

View File

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