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")
hclust
.labels = FALSE
no labels at all are plotted.plot.default
.title
. sub
and xlab
have a non-NULL
default when there's a tree$call
.cex
controls
the size of the labels (if plotted) in the same way as text
.hmin
are regarded
as being hmin
: this can be used to suppress detail at the
bottom of the tree.plcust
is a deprecated wrapper for the plot
method for
hclust
, provided long ago for S-PLUS compatibility.Deprecated