Description Usage Arguments Value Author(s) See Also Examples
Set the labels of an object
Set the labels of a dendrogram
1 2 3 |
x |
Object on which to set labels |
... |
Additional parameters passed to specific methods |
value |
New labels |
object of class dendrogram
jefferis
1 2 3 | hc <- hclust(dist(USArrests), "ave")
dend <- as.dendrogram(hc)
labels(dend)<-abbreviate(labels(dend),minlength=2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.