Norah Jones
May 22, 2021
Figure 1 further explores the impact of temperature on ozone level.
library(ggplot2) ggplot(airquality, aes(Temp, Ozone)) + geom_point() + geom_smooth(method = "loess")