summary.ggplot {ggplot2}R Documentation

Displays a useful description of a ggplot object

Description

Displays a useful description of a ggplot object

Usage

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

Arguments

object

ggplot2 object to summarise

...

other arguments ignored (for compatibility with generic)

Examples

summary(qplot(mpg, wt, data=mtcars))

[Package ggplot2 version 0.9.3.1 Index]