dplyr and ggplot2

Two libraries to help with manipulating and plotting data are dplyr and ggplot2. Both are included in the tidyverse package, which you should have installed as part of the ressentials from Anaconda. If not, you can install packages using the console in RStudio. Simply click on the console and type install.packages('tidyverse'), hit enter, and you should be all set. A nice feature of the tidyverse are a series of cheatsheets that explain much of the basic functionality. You can download these at https://www.rstudio.com/resources/cheatsheets/. I have also saved the ggplot and dplyr cheatsheets in the cheatsheetsfolder included with the text.

\(~\)

The dplyr and ggplot2 cheatsheets.