Renders all edges in the network.
render_edges_base(
edges,
layout,
node_sizes,
shapes = "circle",
edge.color = "gray50",
edge.width = 1,
lty = 1,
curve = 0,
curvePivot = 0.5,
arrows = TRUE,
asize = 0.02,
bidirectional = FALSE,
loopRotation = NULL,
edge.labels = NULL,
edge.label.cex = 0.8,
edge.label.bg = "white",
edge.label.position = 0.5
)Edge data frame with from, to columns.
Matrix with x, y columns.
Vector of node sizes.
Vector of node shapes.
Vector of edge colors.
Vector of edge widths.
Vector of line types.
Vector of curvatures.
Vector of curve pivot positions.
Logical or vector: draw arrows?
Arrow size.
Logical or vector: bidirectional arrows?
Vector of loop rotation angles.
Vector of edge labels or NULL.
Label size.
Label background color.
Label position along edge.