powered by
get_branches_attr(dend, the_attr, warning = TRUE, ...)
hc <- hclust(dist(USArrests[2:9,]), "com") dend <- as.dendrogram(hc) get_branches_attr(dend, "height") # 0.00000 71.96247 # plot(dend) str(dend, 2)
Run the code above in your browser using DataLab