getGlyphTypes.ggobi {Rggobi}R Documentation

Get the names and sizes of ggobi's available glyphs for displaying points in a plot.

Description

These functions allow one to query the names (and internal codes) and possible sizes of the glyphs that ggobi understands and can use to display points on a plot.

Usage

getGlyphTypes.ggobi()
getGlyphSizes.ggobi()

Value

getGlyphTypes.ggobi A named integer vector containing the internal ggobi glyph identifier, indexed by its external name representation.
getGlyphTypes.ggobi An integer vector giving the possible sizes that one can specify for a glyph.

Author(s)

Duncan Temple Lang

References

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

See Also

getGlyphs.ggobi

Examples

  getGlyphTypes.ggobi()

  g <- ggobi(system.file("data","flea.xml", package="Rggobi"), args="-noinit")
  g$setGlyphs(max(getGlyphSizes.ggobi()))

[Package Rggobi version 1.1-2 Index]