powered by
## S3 method for class 'ggplot': summary(object, ...)
p <- ggplot(mtcars, aes(mpg, wt)) + geom_point() summary(p)
Run the code above in your browser using DataLab