Chapter 10 Creating graphics with ggplot2
Read the Data Visualization chapter of R for Data Science.
the tidyverse
collection of packages, which includes the ggplot2 package.
But, if you haven’t, go ahead and run:
install.packages("tidyverse")
10.1 Resources for using ggplot2
- For a super handy ggplot2 reference: ggplot2 cheatsheet
- Software carpentry lesson on creating publication quality graphics with ggplot2
- ggplot2 documentation
- R for Data Science