R/plot.hclustdd.R

Defines functions plot.hclustdd

Documented in plot.hclustdd

plot.hclustdd <-
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.