summary.gganimintplot: Displays a useful description of a ggplot object

View source: R/summary.r

summary.gganimintplotR Documentation

Displays a useful description of a ggplot object

Description

Displays a useful description of a ggplot object

Usage

## S3 method for class 'gganimintplot'
summary(object, ...)

Arguments

object

ggplot2 object to summarise

...

other arguments ignored (for compatibility with generic)

Examples

p <- ggplot(mtcars, aes(mpg, wt)) +
  geom_point()
summary(p)

animint2 documentation built on Nov. 22, 2023, 1:07 a.m.