powered by
Displays a useful description of a ggplot object
# S3 method for ggplot summary(object, ...)
ggplot2 object to summarise
other arguments ignored (for compatibility with generic)
# NOT RUN { p <- ggplot(mtcars, aes(mpg, wt)) + geom_point() summary(p) # }
Run the code above in your browser using DataLab