Skip to contents

[Deprecated]

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 communities() for details.

mode

Which dendrogram plotting function to use. See details below. The default NULL uses the dend.plot.type igraph option.

...

Additional arguments to supply to the dendrogram plotting function.