getGlyphs.ggobi {Rggobi}R Documentation

Get or set the glyphs for records in a ggobi dataset

Description

This allows one to set or retrieve the specifications for the glyph rendering of points in plots for records within a ggobi dataset. The glyph specification is made up of a particular plotting character and size.

Usage

getGlyphs.ggobi(which, .data =1, .gobi=getDefaultGGobi())
setGlyphs.ggobi(types, sizes, which, .data = 1, .gobi=getDefaultGGobi())

Arguments

which a vector identifying to which records or cases the operation applies
types a vector giving the name or identifier for the glyphs.
sizes an integer vector wit the same length as types giving the size of the glyph for each record identified in which.
.data the dataset identifier, typically a number or the name of the dataset.
.gobi the ggobi instance in which the dataset is to be found.

Value

Author(s)

Duncan Temple Lang

References

http://www.ggobi.org

See Also

getGlyphTypes.ggobi getGlyphSizes.ggobi mapGlyphType

Examples



[Package Rggobi version 1.1-3 Index]