summary.gganimintplot {animint2} | R Documentation |
Displays a useful description of a ggplot object
## S3 method for class 'gganimintplot'
summary(object, ...)
object |
ggplot2 object to summarise |
... |
other arguments ignored (for compatibility with generic) |
p <- ggplot(mtcars, aes(mpg, wt)) +
geom_point()
summary(p)