glyph_to_pch {loon} | R Documentation |
Glyph to Pch
Description
turn a loon point glyph to an R graphics
plotting 'character' (pch)
Usage
glyph_to_pch(glyph)
Arguments
glyph |
glyph type in |
Value
a pch
type
Examples
glyph_to_pch(c("circle", "ocircle", "ccircle",
"square", "osquare", "csquare",
"triangle", "otriangle", "ctriangle",
"diamond", "cdiamond", "odiamond",
"foo"))
[Package loon version 1.4.1 Index]