Description Usage Arguments Details Author(s) Examples
Add data to ggobi instance.
1 2 | ## S3 replacement method for class '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>
1 2 3 4 | if (interactive()) {
g <- ggobi()
g["a"] <- mtcars
g$b <- mtcars}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.