powered by
distinct_edges(dend, dend2, ...)
x <- 1:5 %>% dist %>% hclust %>% as.dendrogram y <- set(x, "labels", 5:1) distinct_edges(x, y) distinct_edges(y, x) dend_diff(x, y) # tanglegram(x, y)
Run the code above in your browser using DataLab