Skip to content

Commit

Permalink
Update 08-plot-ggplot2.Rmd
Browse files Browse the repository at this point in the history
Added link to all Rstudio cheatsheets below the visualization cheatsheet download link.
  • Loading branch information
Phylloxera committed May 9, 2023
1 parent 59c2b71 commit 5e07e3b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions episodes/08-plot-ggplot2.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -464,6 +464,7 @@ ggplot(data = gapminder, mapping = aes(x = continent, y = lifeExp, fill = contin
[lattice]: https://www.statmethods.net/advgraphs/trellis.html
[ggplot2]: https://www.statmethods.net/advgraphs/ggplot2.html
[cheat]: https://www.rstudio.org/links/data_visualization_cheat_sheet
[cheat_all]: https://www.rstudio.com/resources/cheatsheets/
[ggplot-doc]: https://ggplot2.tidyverse.org/reference/


Expand Down

0 comments on commit 5e07e3b

Please sign in to comment.