dataset.GGobiDisplay {rggobi}R Documentation

Get display dataset

Description

Returns a link to the GGobiData (dataset) object associated with this display.

Usage

dataset.GGobiDisplay(x, .gobi=ggobi(x))

Arguments

x GGobiDisplay object
.gobi

Details

See [.GGobi for more information on

Author(s)

Hadley Wickham <h.wickham@gmail.com>

Examples

g <- ggobi(mtcars)
d <- displays(g)[[1]]
dataset(d)

[Package rggobi version 2.1.9 Index]