rggobi (version 2.1.22)

summary.GGobi: GGobi summary

Description

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

Usage

# S3 method for GGobi
summary(object, …)

Arguments

object

ggobi object

ignored

Examples

Run this code
# NOT RUN {
if (interactive()) {
g <- ggobi(mtcars)
summary(g)}
# }

Run the code above in your browser using DataLab