Last chance! 50% off unlimited learning
Sale ends in
This function might implement other topological distances in the future.
dist.dendlist(dend, method = c("edgeset"), ...)
x <- 1:5 %>% dist %>% hclust %>% as.dendrogram
y <- set(x, "labels", 5:1)
dist.dendlist(dendlist(x1 = x,x2 = x,y1 = y))
dend_diff(x,y)
Run the code above in your browser using DataLab