names.ggobiDataset {Rggobi} | R Documentation |
Return the names of the datasets within a ggobi instance.
names.ggobiDataset(x)
x |
the object of class ggobiDataset |
These behave like their counterparts that operate on data frames or matrices.
Duncan Temple Lang
[.ggobi
getDatasetReference.ggobi
describe.ggobi
names.ggobi
g <- ggobi(system.file("data", "flea.xml", package="Rggobi"), args="-noinit") names(g)