names.ggobi {Rggobi} | R Documentation |
This returns the names of the datasets within the specified ggobi instance.
names.ggobi(x)
x |
the ggobi instance whose datasets are to be queried. |
The name of a dataset is dependent on the format of the file from which it was read. In XML, the name of the dataset can be supplied with each dataset. In ASCII input, the name of the dataset is the name of the file from which the data was read.
A character vector containing the names of the datasets.
Duncan Temple Lang
[.ggobi
getDatasetReference.ggobi
g <- ggobi(system.file("data", "flea.xml", package="Rggobi"), args="-noinit") names(g) g[names(g)[1]] g[1]