layout.concentric {rTRM} | R Documentation |
Generates a matrix with x,y coordinates for each node in a target graph, which layouts the nodes using concentric circles.
layout.concentric(g, concentric = NULL, radius = NULL, order.by)
g |
graph (igraph) to layout. |
concentric |
list with the components of each layer. |
radius |
radious of each layer. |
order.by |
graph attributes to order nodes by. |
Diego Diez