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

Description Usage Arguments Examples

View source: R/summary.r

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)

TomeTiger/ggplot2 documentation built on May 29, 2019, 7:53 a.m.