getDisplayTypes.ggobi {Rggobi}R Documentation

List of the available GGobi display types

Description

This queries the GGobi engine for the names of the available top-level display types. This potentially can change across different GGobi sessions, etc. because of the plugin mechanism for GGobi. A plugin can register a new display type and we can use this function to determine which are available at any moment.

Usage

getDisplayTypes.ggobi()

Value

A named list giving the names of the Gtk classes corresponding to the available display types. The names are the "human readable" names of the display types.

Author(s)

Duncan Temple Lang

References

http://www.ggobi.org

See Also

createDisplay.ggobi ggobi

Examples

  getDisplayTypes.ggobi()

[Package Rggobi version 1.1-2 Index]