Intro

We will be talking about visualizing your data, with an emphasis on ggplot2, which is based on the Grammar of Graphics.

Goals

Resources

Exercise

Put your code on GitHub in some form. Make sure your code has no absolute paths, and runs from beginning to end when you restart R (use source(...) so you don’t skip over errors by accident; see ‘running R’)