getCurrentDisplayType.ggobi {Rggobi}R Documentation

Get the active ggobi display type.

Description

Returns a string describing the type of the currently active display in the specified ggobi instance.

Usage

getCurrentDisplayType.ggobi(.gobi=getDefaultGGobi())

Arguments

.gobi the ggobi instance identifier.

Details

At any time, a ggobi instance has a single display or plot window that is active and within that, a plot on which operations (e.g. brushing) can be performed. This is the active plot.

Value

A string (character vector of length $1$) giving the plot type. The possible types can be retrieved via the function getDisplayTypes.ggobi. Currently these are "Parallel Coordinates", "Scatterplot" and "Scatterplot Matrix".

Author(s)

Duncan Temple Lang

References

http://www.ggobi.org

See Also

getCurrentDisplay.ggobi getDisplays.ggobi getDefaultGGobi

Examples



[Package Rggobi version 1.1-2 Index]