Renders all nodes in the network.
render_nodes_base(
layout,
vsize,
vsize2 = NULL,
shape = "circle",
color = "#4A90D9",
border.color = "#2C5AA0",
border.width = 1,
pie = NULL,
pieColor = NULL,
donut = NULL,
donutColor = NULL,
labels = NULL,
label.cex = 1,
label.color = "black"
)Matrix with x, y columns.
Vector of node sizes.
Vector of secondary sizes (for ellipse).
Vector of shape names.
Vector of fill colors.
Vector of border colors.
Vector of border widths.
List of pie value vectors (one per node) or NULL.
List of pie color vectors or NULL.
List of donut values or NULL.
List of donut color vectors or NULL.
Vector of labels or NULL.
Vector of label sizes.
Vector of label colors.