Description Usage Arguments Details
Plot the dendrogram tree of hierarchical clustering
1 |
object |
A sincera object with the hc.obj slot stored the dendrogram |
horiz |
If TRUE, plot the dendrogram tree with tips turned right |
show.labels |
If TRUE, show the labels of leafs |
do.radial |
IF TRUE, plot the dendrogram tree using radial layout |
When do.radial is FALSE, the plotting uses plot(); one can use pdf(), tiff(), or other similar functions to save plots to files when needed when do.radial is TRUE, the plotting uses ggplot2:ggplot(); one can use ggsave() to save plots to files.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.