layout.concentric {rTRM}R Documentation

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.

Author(s)

Diego Diez


[Package rTRM version 1.20.0 Index]