powered by
prune_leaf(dend, leaf_name, ...)
hc <- hclust(dist(USArrests[1:5,]), "ave") dend <- as.dendrogram(hc) par(mfrow = c(1,2)) plot(dend, main = "original tree") plot(prune_leaf(dend , "Alaska"), main = "tree without Alaska")
Run the code above in your browser using DataLab