7 Histograms

Using the ggplot2::geom_histogram() function

Reminder: Steps before the ggplot() are combined with pipes %>%, whereas layers of the plot are combined with the addition symbol +.