r-dendextend¶
Offers a set of functions for extending dendrogram objects in R, letting you visualize and compare trees of hierarchical clusterings. You can (1) Adjust a tree’s graphical parameters - the color, size, type, etc of its branches, nodes and labels. (2) Visually and statistically compare different dendrograms to one another.
Installation¶
With an activated Bioconda channel (see Setup and usage), install with:
conda install r-dendextend
and update with:
conda update r-dendextend