mapGlyphType {Rggobi}R Documentation

Maps glyph names to their internal integer value

Description

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.

Usage

mapGlyphType(types)

Arguments

types a character vector identifying one or more glyphs by name. See getGlyphTypes.ggobi

Details

This queries the ggobi code to ask for the glyph representations (integers) and names and then matches the user specified values against these names.

Value

An integer vector containing the internal ggobi glyph identifiers for the glyph types identified by the user-specified names.

See Also

getGlyphSizes.ggobi

Examples

  mapGlyphType(c("plus", "x"))

[Package Rggobi version 1.1-2 Index]