# NOT RUN {
plot(wins ~ era, data = Wins)
# }
# NOT RUN {
library(ggplot2)
ggplot2::ggplot(data = Wins, aes(x = era, y = wins)) +
geom_point() +
geom_smooth(method = "lm", se = FALSE) +
theme_bw()
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab