layout_with_graphopt
or
layout_as_tree
, just graphopt
and tree
(though the
former will also work if you want to be super explicit). Circular layout is
only supported for tree-like layout (tree
and sugiyama
) and
will throw an error when applied to other layouts.
layout_igraph_auto(graph, circular, ...)
layout_igraph_igraph(graph, algorithm, circular, offset = pi/2, use.dummy = FALSE, ...)
FALSE
. Only applicable to
algorithm = 'tree'
and algorithm = 'sugiyama'
.layout_
for links to the layouts supplied by igraph.circular = TRUE
, where should it begin. Defaults to
pi/2
which is equivalent to 12 o'clock.algorithm = 'sugiyama'
should the
dummy-infused graph be used rather than the original. Defaults to
FALSE
.x
, y
, circular
as
well as any information stored as vertex attributes on the igraph object.
Hierarchical layouts
Standard layouts
layout_igraph_circlepack
,
layout_igraph_dendrogram
,
layout_igraph_hive
,
layout_igraph_linear
,
layout_igraph_manual
,
layout_igraph_partition
,
layout_igraph_treemap