# NOT RUN {
stem(Gasoline$price)
# }
# NOT RUN {
library(ggplot2)
ggplot2::ggplot(data = Gasoline, aes(x = factor(1), y = price)) +
geom_violin() +
geom_jitter() +
theme_bw()
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab