getNumDatasets.ggobi {Rggobi} | R Documentation |
This returns the number of datasets within a ggobi instance.
getNumDatasets.ggobi(.gobi=getDefaultGGobi())
.gobi |
the ggobi instance whose number of datasets is to be queried.
This can be an object of class ggobi or an integer identifying
the ggobi instance by position in the current list of ggobi instances. |
A single integer giving the numbe of datasets in the specified ggobi instance.
Duncan Temple Lang
g <- ggobi(system.file("data", "flea.xml", package="Rggobi"), args="-noinit") g$setData(system.file("data", "sat.xml", package="Rggobi")) g$getNumDatasets()