Go through the dendrogram branches and remove its edgePar.
remove_branches_edgePar(dend, ...)
a dendrogram object
not used
A dendrogram, after removing the edgePar attribute in all of its branches,
# NOT RUN {
# }
# NOT RUN {
dend <- USArrests[1:5,] %>% dist %>% hclust %>% as.dendrogram
dend <- color_branches(dend, 3)
par(mfrow = c(1,2))
plot(dend)
plot(remove_branches_edgePar(dend))
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab