plot_dendrogram | R Documentation |
plotting a dendrogram with colored branches
plot_dendrogram(
dend,
num.cluster = num.cluster,
linkage = FALSE,
ylab = ylab,
cex.lab = 0.6,
cex.axis = 0.6
)
dend |
a dendrogram |
num.cluster |
the number of colored branches |
linkage |
logical; if 'True', the linkage method is used |
ylab |
a string |
cex.lab |
a value |
cex.axis |
a value |
plot
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.