"[<-.GGobi" {rggobi} | R Documentation |
Add data to ggobi instance.
"[<-.GGobi"(x, i, value)
x |
ggobi instance |
i |
name of data frame |
value |
data.frame, or string to path of file to load |
This function allows you to add (and eventually) replace GGobiData objects in a GGobi instance.
Hadley Wickham <h.wickham@gmail.com>
g <- ggobi() g["a"] <- mtcars g$b <- mtcars