Usage
"text"(x, splits = TRUE, label = "yval", all = FALSE, pretty = NULL, digits = getOption("digits") - 3, adj = par("adj"), xpd = TRUE, ...)
Arguments
x
an object of class "tree"
splits
logical. If TRUE
the splits are labelled
label
The name of column in the frame
component of
x
, to be used to label the nodes. Can be NULL
to
suppress node-labelling
all
logical. By default, only the leaves are labelled, but if
true interior nodes are also labelled.
pretty
the manipulation used for split labels involving
attributes. See Details.
digits
significant digits for numerical labels.
adj, xpd, ...
graphical parameters such as cex
and font
.