
MiddLab Data Workshops: Creating High Quality Graphics in R with ggplot2
ggplot2 is a plotting package for R that makes it simple to create complex plots from data stored in a data frame. It provides a programmatic interface for specifying what variables to plot, how they are displayed, and general visual properties. Therefore, researchers only need minimal changes if the underlying data change or if they decide to change from a bar plot to a scatterplot. This helps in creating publication quality plots with minimal amounts of adjustments and tweaking.
In this lesson, participants will learn:
Virtual Middlebury