rggobi (version 2.1.22)

"[<-.GGobi": [<-.GGobi

Description

Add data to ggobi instance.

Usage

# S3 method for GGobi
[(x, i) <- value

Arguments

x

ggobi instance

i

name of data frame

value

data.frame, or string to path of file to load

Details

This function allows you to add (and eventually) replace GGobiData objects in a GGobi instance.

Examples

Run this code
# NOT RUN {
if (interactive()) {
g <- ggobi()
g["a"] <- mtcars
g$b <- mtcars}
# }

Run the code above in your browser using DataCamp Workspace