plot.fhclustd function

Plotting a hierarchical clustering

Plotting a hierarchical clustering

Applies to an object of class fhclustd (see details of the fhclustd function). Plots the dendogram.

## S3 method for class '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", ...)

Arguments

  • x: object of class fhclustd (returned by fhclustd).
  • labels, hang, check, axes, frame.plot, ann, main, sub, xlab, ylab: Arguments concerning the graphical representation of the dendogram. See plot.hclust.
  • ...: Further graphical arguments.

Author(s)

Rachid Boumaza, Pierre Santagostini, Smail Yousfi, Gilles Hunault, Sabine Demotes-Mainard

See Also

fhclustd ; print.fhclustd .

Examples

data(castles.dated) xf <- as.folder(castles.dated$stones) ## Not run: result <- fhclustd(xf) plot(result) plot(result, hang = -1) ## End(Not run)
  • Maintainer: Pierre Santagostini
  • License: GPL (>= 2)
  • Last published: 2024-11-22