# NOT RUN {
stem(Golf$yards)
qqnorm(Golf$yards)
qqline(Golf$yards)
# }
# NOT RUN {
library(ggplot2)
ggplot2::ggplot(data = Golf, aes(sample = yards)) +
geom_qq() +
theme_bw()
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab