dataset-numeric-gd: Get ggobi dataset.

Description Usage Arguments Details Value Author(s) See Also

Description

Get an object representing an internal ggobi dataset

Usage

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

Arguments

x

which dataset to retrieve, an integer for positional matching or a character to match by name

.gobi

GGobi instance

Details

It is convenient to be able to refer to and operate on a ggobi dataset as if it were a regular R dataset. This function allows one to get an GGobiData object that represents a particular dataset.

Value

A list of GGobiData objects

Author(s)

Hadley Wickham <h.wickham@gmail.com>

See Also

$.GGobiData for user level selection of datasets


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