This repo is for the Intro to ggplot2 lesson.
Libraries used:
library(ggplot2)
library(charlatan) #for dataset creation - not necessary for tutorial if you download furry_dataset.csv
Please grab the .Rmd and .csv files to follow along!
Reading: Wickham, Hadley. (2010). A Layered Grammar of Graphics. Journal of Computational and Statistical Graphics.
Reading: Wilkinson, L. (2005), The Grammar of Graphics (2nd ed.). Statistics and Computing, New York: Springer. [14,18]
Resource: http://www.cookbook-r.com/Graphs/
Tutorial: https://github.com/jennybc/ggplot2-tutorial
Reading: Tufte, Edward R. The Visual Display of Quantitative Information.