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,
...
)Node center coordinates.
Node radius in user coordinates.
Secondary size (for ellipse height).
Node shape name.
Fill color.
Border color.
Border line width.
Additional parameters.