"[<-.GGobi" {rggobi}R Documentation

[<-.GGobi

Description

Add data to ggobi instance.

Usage

"[<-.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

g <- ggobi()
g["a"] <- mtcars
g$b <- mtcars

[Package rggobi version 2.1.17 Index]