Free Access Week-  Data Engineering + BI
Data engineering and BI courses are free!
Free AI Access Week from June 2-8

igraph (version 0.7.1)

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 DataLab