Create an SVG tag for the symbol
makeSymbol(
shape,
width,
height = width,
color,
fillColor = color,
opacity = 1,
fillOpacity = opacity,
...
)makeSymbolIcons(
shape = c("rect", "circle", "triangle", "plus", "cross", "diamond", "star",
"stadium"),
color,
fillColor = color,
opacity,
fillOpacity = opacity,
strokeWidth = 1,
width,
height = width,
...
)
the desired shape of the symbol
in pixels
in pixels
color of the symbol
fill color of symbol
opacity of color
opacity of fillColor
arguments to be passed to svg shape tag
width in pixels of symbol outline
HTML svg element