ggobi_get {rggobi} | R Documentation |
Returns a ggobi reference
ggobi_get(id = ggobi_count(), drop=TRUE)
id |
numeric vector indicating which ggobi instances to retrieve. Use default if none specified |
drop |
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.
Hadley Wickham <h.wickham@gmail.com>
ggobi(mtcars) ggobi(Nile) ggobi_get(1) ggobi_get(1:2)