remove_branches_edgePar | R Documentation |
Go through the dendrogram branches and remove its edgePar.
remove_branches_edgePar(dend, ...)
dend |
a dendrogram object |
... |
not used |
A dendrogram, after removing the edgePar attribute in all of its branches,
get_root_branches_attr, assign_values_to_branches_edgePar
## 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))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.