Tweak wording

Fixes #1264
This commit is contained in:
Hadley Wickham
2023-02-07 10:06:27 -06:00
parent d5520263ae
commit 909794b6e8

View File

@@ -763,7 +763,7 @@ Each stat is a function, so you can get help in the usual way, e.g. `?stat_bin`.
What do they have in common?
4. What variables does `stat_smooth()` compute?
What parameters control its behavior?
What arguments control its behavior?
5. In our proportion bar chart, we need to set `group = 1`.
Why?