dendPlot {igraph} | R Documentation |
Community structure dendrogram plots
Description
dendPlot()
was renamed to plot_dendrogram()
to create a more
consistent API.
Usage
dendPlot(x, mode = igraph_opt("dend.plot.type"), ...)
Arguments
x |
An object containing the community structure of a graph. See
|
mode |
Which dendrogram plotting function to use. See details below. |
... |
Additional arguments to supply to the dendrogram plotting function. |
[Package igraph version 2.0.3 Index]