Set the labels of an object
Set the labels of an object
Set the labels of a dendrogram
labels(x,...) <- value labels(x,...) <- value
x |
Object on which to set labels |
... |
Additional parameters passed to specific methods |
value |
New labels |
object of class dendrogram
jefferis
hc <- hclust(dist(USArrests), "ave") dend <- as.dendrogram(hc) labels(dend)<-abbreviate(labels(dend),minlength=2)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.