Displays a useful description of a ggplot object
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)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.