powered by
as_hclust_fixed(x, hc, ...)
hc <- hclust(dist(USArrests[1:3,]), "ave") dend <- as.dendrogram(hc) as.hclust(dend) as_hclust_fixed(dend, hc)
Run the code above in your browser using DataLab