powered by
remove_branches_edgePar(object, ...)
dend <- as.dendrogram(hclust(dist(USArrests[1:5,]))) dend <- color_branches(dend, 3) par(mfrow = c(1,2)) plot(dend) plot(remove_branches_edgePar(dend))
Run the code above in your browser using DataLab