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")