rpart-internal {rpart}R Documentation

Internal Functions Used by the `rpart' Package

Description

Internal functions used in the rpart package.

Usage

string.bounding.box(s)
tree.depth(nodes)
descendants(nodes, include = TRUE)
node.match(nodes, nodelist, leaves, print.it = TRUE)

Note

These are not intended for use by end users. tree.depth, descendants and node.match duplicate tree.


[Package Contents]