layout_igraph_circlepack(graph, weight = NULL, circular = FALSE, sort.by = NULL, direction = "out")
'out'
(default)
means that parents point towards their children, while 'in'
means that
children point towards their parent.x
, y
, r
, leaf
,
depth
, circular
as well as any information stored as vertex
attributes on the igraph object.
Welzl, E. (1991). Smallest enclosing disks (balls and ellipsoids). New Results and New Trends in Computer Science, 359-370.
layout_igraph_auto
,
layout_igraph_dendrogram
,
layout_igraph_hive
,
layout_igraph_linear
,
layout_igraph_manual
,
layout_igraph_partition
,
layout_igraph_treemap