l_primitiveGlyphs: The primitive glyphs available to a scatterplot or graph...

View source: R/l_glyphs.R

l_primitiveGlyphsR Documentation

The primitive glyphs available to a scatterplot or graph display

Description

Returns a vector of the available primitive glyphs.

Usage

l_primitiveGlyphs()

Details

The scatterplot and graph displays both have the n-dimensional state 'glyph' that assigns each data point or graph node a glyph (i.e. a visual representation).

Loon distinguishes between primitive and non-primitive glyphs: the primitive glyphs are always available for use whereas the non-primitive glyphs need to be first specified and added to a plot before they can be used.

The primitive glyphs are:

Primitive Glyphs

For more information run: l_help("learn_R_display_plot.html#glyphs")

Value

A character vector of the names of all primitive glyphs in loon.

See Also

Other glyph functions: l_glyph_add.default(), l_glyph_add_image(), l_glyph_add_pointrange(), l_glyph_add_polygon(), l_glyph_add_serialaxes(), l_glyph_add_text(), l_glyph_add(), l_glyph_delete(), l_glyph_getLabel(), l_glyph_getType(), l_glyph_ids(), l_glyph_relabel()


loon documentation built on July 9, 2023, 5:48 p.m.