# NOT RUN {
stripchart(Orioles$`1999salary`, method = "stack", pch = 19)
# }
# NOT RUN {
library(ggplot2)
ggplot2::ggplot(data = Orioles, aes(x = `1999salary`)) +
geom_dotplot(dotsize = 0.5) +
labs(x = "1999 Salary") +
theme_bw()
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab