dendPlot: Community structure dendrogram plots

View source: R/community.R

dendPlotR Documentation

Community structure dendrogram plots

Description

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

...

Additional arguments to supply to the dendrogram plotting function.


igraph documentation built on Oct. 20, 2024, 1:06 a.m.