getDataModes.ggobi {Rggobi}R Documentation

The list of possible data formats and internal codes.

Description

This returns the list of data formats that ggobi understands and their internal representations which allows S to map string versions to a value understood by the internal engine. This is typically called by other functions such as setData.ggobi to interpret the data format.

Usage

getDataModes.ggobi()

Details

Value

A named vector giving the internal code identifying the data format corresponding to that name.

Author(s)

Duncan Temple Lang

References

http://www.ggobi.org

See Also

setData.ggobi setDataFile.ggobi setDataFrame.ggobi describe.ggobi

Examples

  describe.ggobi()

[Package Rggobi version 1.1-2 Index]