getCurrentDisplayType.ggobi {Rggobi} | R Documentation |
Returns a string describing the type of the currently active display in the specified ggobi instance.
getCurrentDisplayType.ggobi(.gobi=getDefaultGGobi())
.gobi |
the ggobi instance identifier. |
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.
A string (character vector of length $1$) giving
the plot type.
The possible types can be retrieved via the function
getViewTypes.ggobi
.
Currently these are
"Parallel Coordinates"
,
"Scatterplot"
and "Scatterplot Matrix"
.
Duncan Temple Lang
getDisplays.ggobi
getDefaultGGobi
getViewTypes.ggobi