rggobi (version 2.1.22)

ggobi_get: 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

drop if possible?

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.

Examples

Run this code
# NOT RUN {
if (interactive()) {
ggobi(mtcars)
ggobi(Nile)
ggobi_get(1)
ggobi_get(1:2)}
# }

Run the code above in your browser using DataCamp Workspace