Added link ggplot2 cheat sheet mention (#973)

This commit is contained in:
GeroVanMi 2021-12-02 14:09:35 +01:00 committed by GitHub
parent 821b51d536
commit c0daa382c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -682,7 +682,7 @@ There are three reasons you might need to use a stat explicitly:
ggplot2 provides over 20 stats for you to use.
Each stat is a function, so you can get help in the usual way, e.g. `?stat_bin`.
To see a complete list of stats, try the ggplot2 cheatsheet.
To see a complete list of stats, try the [ggplot2 cheatsheet](<http://rstudio.com/resources/cheatsheets>).
### Exercises