Clarify exercise, closes #1543

This commit is contained in:
Mine Çetinkaya-Rundel 2023-11-09 10:30:41 -05:00
parent e9f1b2cf67
commit 1cf7198a6d
1 changed files with 1 additions and 1 deletions

View File

@ -751,7 +751,7 @@ Each stat is a function, so you can get help in the usual way, e.g., `?stat_bin`
4. What variables does `stat_smooth()` compute?
What arguments control its behavior?
5. In our proportion bar chart, we need to set `group = 1`.
5. In our proportion bar chart, we needed to set `group = 1`.
Why?
In other words, what is the problem with these two graphs?