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()andplot()pass them toplot.igraph().print()andsummary()ignore them.
