getGlyphs.ggobi {Rggobi} | R Documentation |
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.
getGlyphs.ggobi(which, .data =1, .gobi=getDefaultGGobi()) setGlyphs.ggobi(types, sizes, which, .data = 1, .gobi=getDefaultGGobi())
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. |
Duncan Temple Lang
getGlyphTypes.ggobi
getGlyphSizes.ggobi
mapGlyphType