Hello everyone,

I have generated a dendrogram by applying a hierarchical clustering
technique to a graph. Given this dendrogram I am trying to efficiently
find/ map/ label the dendrogram branches to their corresponding graph
edges. Using dendextend I am able to partition the leaves, obtain
subgraphs, perform depth first searches, etc. However, the issue is finding
which graph edge (endpoints) is represented by which dendrogram branch.

Any help is greatly appreciated.

Thanks!

        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to