| draw_node_base | R Documentation |
Renders a node at the specified position with given aesthetics.
draw_node_base(
x,
y,
size,
size2 = NULL,
shape = "circle",
col = "#4A90D9",
border.col = "#2C5AA0",
border.width = 1,
...
)
x, y |
Node center coordinates. |
size |
Node radius in user coordinates. |
size2 |
Secondary size (for ellipse height). |
shape |
Node shape name. |
col |
Fill color. |
border.col |
Border color. |
border.width |
Border line width. |
... |
Additional parameters. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.