getGlyphTypes.ggobi {Rggobi} | R Documentation |
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.
getGlyphTypes.ggobi() getGlyphSizes.ggobi()
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.
Duncan Temple Lang
http://www.ggobi.org/RSggobi.html
getGlyphTypes.ggobi() g <- ggobi(system.file("data","flea.xml", package="Rggobi"), args="-noinit") g$setGlyphs(max(getGlyphSizes.ggobi()))