plotHierarchy {igraph} | R Documentation |
Calculate Cohesive Blocks
Description
plotHierarchy()
was renamed to plot_hierarchy()
to create a more
consistent API.
Usage
plotHierarchy(
blocks,
layout = layout_as_tree(hierarchy(blocks), root = 1),
...
)
Arguments
layout |
The layout of a plot, it is simply passed on to
|
... |
Additional arguments. |
[Package igraph version 2.0.3 Index]