powered by
Draws a dendrogram.
treeplot(clustering, labels = FALSE, ...)
The dendrogram to be plotted (result of hclust, agnes or HCA).
hclust
agnes
HCA
Indicates whether or not labels (row names) should be showned on the plot.
Other parameters.
dendrogram, HCA, hclust, agnes
dendrogram
# NOT RUN { require (datasets) data (iris) hca = HCA (iris [, -5], method = "ward", k = 3) treeplot (hca) # }
Run the code above in your browser using DataLab