Positions nodes along arcs of a circle, with each group occupying one arc. Groups are separated by gaps controlled by angle_spacing.
compute_circular_layout(
node_list,
lab,
group_indices,
n_groups,
angle_spacing = 0.15
)List with x and y position vectors.
List of n character vectors.
Node labels from model.
List of index vectors for each group.
Number of groups.
Gap between groups as fraction of arc (0-1). Default 0.15.