edgelist, a data frame from {base} R or tibble from {tibble}
igraph, from the {igraph} package
network, from the {network} package
tbl_graph, from the {tidygraph} package
circular
Should the layout be transformed into a radial representation.
Only possible for some layouts. Defaults to FALSE
times
Maximum number of iterations, where appropriate
membership
A vector of partition memberships.
radius
A vector of radii at which the concentric circles
should be located.
By default this is equal placement around an empty centre,
unless one (the core) is a single node,
in which case this node occupies the centre of the graph.
order.by
An attribute label indicating the (decreasing) order
for the nodes around the circles.
By default ordering is given by a bipartite placement that reduces
the number of edge crossings.