powered by
Applies to an object of class fhclustd (see details of the fhclustd function). Plots the dendogram.
fhclustd
# S3 method for fhclustd plot(x, labels = NULL, hang = 0.1, check = TRUE, axes = TRUE, frame.plot = FALSE, ann = TRUE, main = "HCA of probability density functions", sub = NULL, xlab = NULL, ylab = "Height", ...)
object of class fhclustd (returned by fhclustd).
Arguments concerning the graphical representation of the dendogram. See plot.hclust.
plot.hclust
Further graphical arguments.
Rachid Boumaza, Pierre Santagostini, Smail Yousfi, Gilles Hunault, Sabine Demotes-Mainard
fhclustd; print.fhclustd.
data(castles.dated) xf <- as.folder(castles.dated$stones) if (FALSE) { result <- fhclustd(xf) plot(result) plot(result, hang = -1) }
Run the code above in your browser using DataLab