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

Description Usage Arguments Examples

Description

Displays a useful description of a ggplot object

Usage

1
2
## S3 method for class 'ggplot'
summary(object, ...)

Arguments

object

ggplot2 object to summarise

...

other arguments ignored (for compatibility with generic)

Examples

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

jayhesselberth/ggplot2-search documentation built on May 9, 2019, 8:06 p.m.