ggobi_get {rggobi}R Documentation

Get GGobi

Description

Returns a ggobi reference

Usage

ggobi_get(id = ggobi_count(), drop=TRUE)

Arguments

id numeric vector indicating which ggobi instances to retrieve. Use default if none specified
drop

Details

This allows one to get a list of all the ggobi instances currently in existence in the R session. Also, one can fetch particular instances.

Author(s)

Hadley Wickham <h.wickham@gmail.com>

Examples

ggobi(mtcars)
ggobi(Nile)
ggobi_get(1)
ggobi_get(1:2)

[Package rggobi version 2.1.9 Index]