How to create a tanglegram in R that connects two dendrograms cut through a given number of clusters?

81 Views Asked by At

I have two dendrograms resulting from hierarchical clustering and I want to visually compare them using a tanglegram. However, I only want to display a certain number of clusters that are cut at a predefined level. How can I achieve this in R?

0

There are 0 best solutions below