getModeNames.ggobi {Rggobi}R Documentation

Returns the names of the different modes understood by ggobi.

Description

Each ggobi instance is in one mode at any given time. For example, brushing, identifying points, editing lines, etc. are possible modes. This function returns the names of the different modes in which a ggobi instance can be. One uses these names to set and determine the current mode. Since these rarely change, this function is primarily used by those learning about the ggobi system interactively.

Usage

getModeNames.ggobi()

Value

A character vector giving the names of the different modes.

Author(s)

Duncan Temple Lang

References

http://www.ggobi.org/RSggobi.html

See Also

setMode.ggobi getMode.ggobi

Examples

  getModeNames.ggobi()

[Package Contents]