Untitled
2022-11-14
library(tidyverse) ggplot(mpg, aes(x = hwy)) + geom_histogram()