dendPlot {igraph}R Documentation

Plot dendrograms

Description

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

Details

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

Author(s)

Gabor Csardi csardi.gabor@gmail.com

Examples

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

[Package igraph version 0.7.0 Index]