stats-deprecated {stats} | R Documentation |
These functions are provided for compatibility with older versions of R only, and may be defunct as soon as the next release.
plclust(tree, hang = 0.1, unit = FALSE, level = FALSE, hmin = 0, square = TRUE, labels = NULL, plot. = TRUE, axes = TRUE, frame.plot = FALSE, ann = TRUE, main = "", sub = NULL, xlab = NULL, ylab = "Height")
tree |
an object of the type produced by |
hang |
The fraction of the plot height by which labels should hang below the rest of the plot. A negative value will cause the labels to hang down from 0. |
unit |
logical. If true, the splits are plotted at equally-spaced heights rather than at the height in the object. |
labels |
A character vector of labels for the leaves of the
tree. By default the row names or row numbers of the original data are
used. If |
axes, frame.plot, ann |
logical flags as in |
main, sub, xlab, ylab |
character strings for
|
... |
Further graphical arguments. E.g., |
hmin |
numeric. All heights less than |
level, square, plot. |
unimplemented arguments for S-PLUS compatibility. |
plcust
is a deprecated wrapper for the plot
method for
hclust
, provided long ago for S-PLUS compatibility.