plotHierarchy: Calculate Cohesive Blocks

View source: R/cohesive.blocks.R

plotHierarchyR 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.


igraph/rigraph documentation built on May 19, 2024, 6:19 a.m.