dataset-GGobiDisplay-gk: Get display dataset

Description Usage Arguments Details Author(s) Examples

Description

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

Usage

1
2
## S3 method for class 'GGobiDisplay'
dataset(x, .gobi=ggobi(x))

Arguments

x

GGobiDisplay object

.gobi

ggobi reference

Details

See [.GGobi for more information on

Author(s)

Hadley Wickham <h.wickham@gmail.com>

Examples

1
2
3
4
if (interactive()) {
g <- ggobi(mtcars)
d <- displays(g)[[1]]
dataset(d)}

ggobi/rggobi documentation built on May 17, 2019, 3:15 a.m.