powered by
Get height attributes from a dendrogram's children nodes
get_childrens_heights(dend, ...)
a vector of the heights of a dendrogram's current node's (first level) children.
a dendrogram.
not used.
get_branches_heights
hc <- hclust(dist(USArrests[1:4, ]), "ave") dend <- as.dendrogram(hc) get_childrens_heights(dend)
Run the code above in your browser using DataLab