plotHierarchy {igraph}R Documentation

Calculate Cohesive Blocks

Description

[Deprecated]

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 plot.igraph(), see the possible formats there. By default the Reingold-Tilford layout generator is used.

...

Additional arguments. plot_hierarchy() and plot() pass them to plot.igraph(). print() and summary() ignore them.


[Package igraph version 2.0.3 Index]