getViewTypes.ggobi {Rggobi}R Documentation

Obtains the names and internal symbolic constants of the ggobi plot types.

Description

This gives the identifiers by which one can refer to the internal plot types that ggobi understands. This is used when creating new plots and also when mapping the types of existing plots to human readable form. This is not very useful by itself, but does tell the user what types of plots ggobi is capable of creating.

Usage

getViewTypes.ggobi()

Arguments

No arguments.

Value

A named integer vector. The values are the internal codes for the particular plot type identified by the name for that elememtn.

Author(s)

Duncan Temple Lang

References

http://www.ggobi.org

See Also

Examples

  getViewTypes.ggobi()

[Package Contents]