getDisplayCount.ggobi {Rggobi} | R Documentation |
This function yields the number of displays, or plot windows, within a particular ggobi instance.
getDisplayCount.ggobi(.gobi=getDefaultGGobi())
.gobi |
the identifier for the ggobi instance whose displays are to be queried. |
A single integer value giving the number of display windows that are currently open.
Duncan Temple Lang
g <- ggobi(system.file("data", "sat.xml", package="Rggobi"), args="-noinit") g$scatmat(1:3) g$getDisplayCount() g$parcoords(c("tars1", "tars2")) g$getDisplayCount()