# Asti made a code chunk here
# install.packages("ggplot2")
library(ggplot2)
## Warning: package 'ggplot2' was built under R version 3.4.3
df<-diamonds
mean(df$price)
## [1] 3932.8
plot(df$price)