summary-GGobi-c4: GGobi summary

Description Usage Arguments Author(s) Examples

Description

Get a description of the global state of the GGobi session.

Usage

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

Arguments

object

ggobi object

...

ignored

Author(s)

Hadley Wickham <h.wickham@gmail.com>

Examples

1
2
3
if (interactive()) {
g <- ggobi(mtcars)
summary(g)}

rggobi documentation built on May 2, 2019, 6:41 a.m.