R/plot.fhclustd.R

Defines functions plot.fhclustd

Documented in plot.fhclustd

plot.fhclustd <- function(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", ...) {
        plot(x$clust, labels = labels, hang = hang, check = check,
             axes = axes, frame.plot = frame.plot, ann = ann,
             main = main, sub = sub, xlab = xlab, ylab = ylab, ...)
        return(invisible(NULL))
}

Try the dad package in your browser

Any scripts or data that you put into this service are public.

dad documentation built on Aug. 30, 2023, 5:06 p.m.