Fix minor plaintext typos (#1085)

Co-authored-by: Betul Turkoglu <79486373+betulturkoglu@users.noreply.github.com>
This commit is contained in:
Zeki Akyol
2022-09-08 23:20:53 +03:00
committed by GitHub
parent 5c5774f86d
commit 7db1d7018a
13 changed files with 26 additions and 26 deletions

View File

@@ -610,7 +610,7 @@ Many geoms, like `geom_smooth()`, use a single geometric object to display multi
For these geoms, you can set the `group` aesthetic to a categorical variable to draw multiple objects.
ggplot2 will draw a separate object for each unique value of the grouping variable.
In practice, ggplot2 will automatically group the data for these geoms whenever you map an aesthetic to a discrete variable (as in the `linetype` example).
It is convenient to rely on this feature because the group aesthetic by itself does not add a legend or distinguishing features to the geoms.
It is convenient to rely on this feature because the `group` aesthetic by itself does not add a legend or distinguishing features to the geoms.
```{r}
#| layout-ncol: 3