Get an object representing an internal ggobi dataset
# S3 method for numeric
dataset(x, .gobi = ggobi_get())
which dataset to retrieve, an integer for positional matching or a character to match by name
GGobi instance
A list of GGobiData
objects
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.
$.GGobiData
for user level selection of datasets