rggobi (version 2.1.22)

dataset.GGobiDisplay: Get display dataset

Description

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

Usage

# S3 method for GGobiDisplay
dataset(x, .gobi=ggobi(x))

Arguments

x

GGobiDisplay object

.gobi

ggobi reference

Details

See [.GGobi for more information on

Examples

Run this code
# NOT RUN {
if (interactive()) {
g <- ggobi(mtcars)
d <- displays(g)[[1]]
dataset(d)}
# }

Run the code above in your browser using DataLab