Learn R Programming

rTRM (version 1.10.2)

layout.concentric: Generates a concentric layout for graphs

Description

Generates a matrix with x,y coordinates for each node in a target graph, which layouts the nodes using concentric circles.

Usage

layout.concentric(g, concentric = NULL, radius = NULL, order.by)

Arguments

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.