tree-internal {tree}R Documentation

Internal Functions Used by the 'tree' Package

Description

Internal functions used in the tree package.

Usage

## S3 method for class 'tree'
labels(object, pretty = TRUE, collapse = TRUE, ...)

## S3 method for class 'frame.tree'
model(formula, ...)

Note

These are not intended for use by end users.


[Package tree version 1.0-29 Index]