powered by
Add data to ggobi instance.
# S3 method for GGobi [(x, i) <- value
ggobi instance
name of data frame
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.
# NOT RUN { if (interactive()) { g <- ggobi() g["a"] <- mtcars g$b <- mtcars} # }
Run the code above in your browser using DataLab