2024-04-01
Questions
Objectives
ggplot2 plots work best with data in the ‘long’ format
To build a ggplot, we will use the following basic template that can be used for different types of plots:
\[ Plot = Data + Aesthetics + Geom \]