Part 52 All the plot things

So far in class, we’ve made a bunch of ggplots, but we haven’t paid much attention to making them beautiful. For the next few sessions, we’ll explore how we can customize the look and feel of our plots to make them (1) aesthetically appealing and engaging, (2) informative, and (3) accessible.

library(ggplot2)
library(dplyr)
library(patchwork)