igraph (version 0.6.5-2)

dendPlot: Plot dendrograms

Description

This is generic function that can plot various objects as dendrograms.

Arguments

concept

Dendrograms

Details

Currently the function is defined for communities (see dendPlot.communities) and igraphHRG (see dendPlot.igraphHRG) objects.

Examples

Run this code
karate <- graph.famous("Zachary")
fc <- fastgreedy.community(karate)
dendPlot(fc)

Run the code above in your browser using DataCamp Workspace