dataset {rggobi}R Documentation

Get ggobi dataset.

Description

Get an object representing an internal ggobi dataset

Usage

dataset(which, .gobi = ggobi_get())

Arguments

which 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 ggobiDataset object that represents a particular dataset.

Value

A list of ggobiDataset objects

Author(s)

Hadley Wickham <h.wickham@gmail.com>

See Also

link{.ggobi}

Examples






[Package rggobi version 2.1.1 Index]