3.7 Histograms: geom_histogram()

ggplot(mpg, aes(hwy)) + 
  geom_histogram() 
## `stat_bin()` using `bins = 30`. Pick better value with `binwidth`.