mapGlyphType {Rggobi} | R Documentation |
This is an ``internal'' or ``infrequently called by users'' function that takes one or more glyph names (specified as strings) and matches them agains tthe names of the possible glyphs understood by ggobi and returns the identifiers (integers) corresponding to ggobi's internal representation of those glyphs.
mapGlyphType(types)
types |
a character vector identifying one or more glyphs by name.
See getGlyphTypes.ggobi
|
This queries the ggobi code to ask for the glyph representations (integers) and names and then matches the user specified values against these names.
An integer vector containing the internal ggobi glyph identifiers for the glyph types identified by the user-specified names.
mapGlyphType(c("plus", "x"))