l_glyph_add_serialaxes.Rd
Serialaxes glyph show either a star glyph or a parralel coordinate glyph for each point.
l_glyph_add_serialaxes(widget, data, sequence, linewidth = 1, scaling = "variable", axesLayout = "radial", showAxes = FALSE, axesColor = "gray70", showEnclosing = FALSE, bboxColor = "gray70", label = "", ...)
widget | widget path as a string or as an object handle |
---|---|
data | a data frame with numerical data only |
sequence | vector with variable names that defines the axes sequence |
linewidth | linewidth of outline |
scaling | one of 'variable', 'data', 'observation' or 'none' to specify how the data is scaled. See Details for more information |
axesLayout | either |
showAxes | boolean to indicate whether axes should be shown or not |
axesColor | color of axes |
showEnclosing | boolean, circle (axesLayout=radial) or sqaure (axesLayout=parallel) to show bounding box/circle of the glyph (or showing unit circle or rectangle with height 1 if scaling=none) |
bboxColor | color of bounding box/circle |
label | label of a glyph (currently shown only in the glyph inspector) |
... | state arguments |
Other glyph functions: l_glyph_add.default
,
l_glyph_add_image
,
l_glyph_add_pointrange
,
l_glyph_add_polygon
,
l_glyph_add_text
,
l_glyph_add
, l_glyph_delete
,
l_glyph_getLabel
,
l_glyph_getType
, l_glyph_ids
,
l_glyph_relabel
,
l_primitiveGlyphs