"[.GGobi" {rggobi} | R Documentation |
Conveniently retrieve ggobi dataset.
"[.GGobi"(x, i, ..., drop=TRUE)
x |
GGobi object |
i |
name of dataset to retrive |
... |
|
drop |
It is convenient to be able to refer to and operate on a ggobi
dataset as if it were a regular R dataset. This function allows one to
get an GGobiData
object that represents a particular
dataset.
Hadley Wickham <h.wickham@gmail.com>
g <- ggobi(ChickWeight) g["cars"] <- mtcars g[1:2] g["ChickWeight"] g["cars"] g$cars