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

You should put your code on GitHub in some form. Make sure that 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).