ggplot Review

This module consists of readings reviewing material typically taught in STAT 331. It is possible you can skip over portions of this reading. It is your responsibility to decide which areas you need to review before diving into Stat 541.

The Grammar of Graphics

You should feel comfortable with:

  • Knowing what goes into an aesthetic (aes()) versus the geometry (geom_*())

  • Identifying these elements of existing plots

Using ggplot2

You should be comfortable with:

  • using the “big 5” geometries

  • changing optional arguments.

  • faceting