summary.GGobi {rggobi}R Documentation

GGobi summary

Description

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

Usage

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

Arguments

object

ggobi object

...

ignored

Author(s)

Hadley Wickham <h.wickham@gmail.com>

Examples

g <- ggobi(mtcars)
summary(g)

[Package rggobi version 2.1.20 Index]