| draw_svg_shape_base | R Documentation |
Render an SVG as a node shape using base R graphics. Falls back to circle if rasterization fails.
draw_svg_shape_base(x, y, size, svg_data, fill, border_color, border_width)
x, y |
Node center coordinates. |
size |
Node size. |
svg_data |
SVG data list from registry. |
fill |
Fill color. |
border_color |
Border color. |
border_width |
Border width. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.