tree-internal {tree}R Documentation

Internal Functions Used by the `tree' Package

Description

Internal functions used in the tree package.

Usage

data.tree(tree)
descendants(nodes, include=TRUE)
labels.tree(object, pretty = TRUE, collapse = TRUE)
model.frame.tree(formula, ...)
node.match(nodes, nodelist, leaves, print.it = TRUE)
pred1.tree(tree, x)
tree.depth(nodes)
tree.matrix(frame)
treeco(tree, uniform = paste(".Tree.unif", dev.cur(), sep = "."))
treepl(x, node, erase = FALSE, ...)

Note

These are not intended for use by end users.