set--GGobi-b7: [<-.GGobi

Description Usage Arguments Details Author(s) Examples

Description

Add data to ggobi instance.

Usage

1
2
## S3 replacement method for class '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.

Author(s)

Hadley Wickham <h.wickham@gmail.com>

Examples

1
2
3
4
if (interactive()) {
g <- ggobi()
g["a"] <- mtcars
g$b <- mtcars}

rggobi documentation built on May 2, 2019, 6:41 a.m.