summary.ggplot | R Documentation |
Displays a useful description of a ggplot object
## S3 method for class 'ggplot'
summary(object, ...)
object |
ggplot2 object to summarise |
... |
other arguments ignored (for compatibility with generic) |
p <- ggplot(mtcars, aes(mpg, wt)) +
geom_point()
summary(p)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.