getModeNames.ggobi {Rggobi} | R Documentation |
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.
getModeNames.ggobi()
A character vector giving the names of the different modes.
Duncan Temple Lang
http://www.ggobi.org/RSggobi.html
getModeNames.ggobi()