getDisplayCount.ggobi {Rggobi}R Documentation

The number of displays within a ggobi instance.

Description

This function yields the number of displays, or plot windows, within a particular ggobi instance.

Usage

getDisplayCount.ggobi(.gobi=getDefaultGGobi())

Arguments

.gobi the identifier for the ggobi instance whose displays are to be queried.

Value

A single integer value giving the number of display windows that are currently open.

Author(s)

Duncan Temple Lang

References

http://www.ggobi.org

See Also

getDisplays.ggobi

Examples

 g <- ggobi(system.file("data", "sat.xml", package="Rggobi"), args="-noinit")
 g$scatmat(1:3)
 g$getDisplayCount()

 g$parcoords(c("tars1", "tars2"))
 g$getDisplayCount()

[Package Rggobi version 1.1-2 Index]