myplclust | R Documentation |
Modifiction of plclust for plotting hclust objects in *in colour*!
myplclust(
hclust,
labels = hclust$labels,
lab.col = rep(1, length(hclust$labels)),
hang = 0.1,
xlab = "",
sub = "",
...
)
hclust |
hclust object |
labels |
a character vector of labels of the leaves of the tree |
lab.col |
colour for the labels; NA=default device foreground colour |
hang |
as in |
xlab |
title for x-axis (defaults to no title) |
sub |
subtitle (defualts to no subtitle) |
... |
further arguments passed to |
Eva KF Chan
data(iris)
hc <- hclust( dist(iris[,1:4]) )
myplclust(hc, labels=iris$Species,lab.col=as.numeric(iris$Species))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.