Learn R Programming

rpart (version 2.0-3)

snip.rpart.mouse: Internal Functions called from `snip.rpart'

Description

Internal function called from snip.rpart.

Usage

snip.rpart.mouse(tree, parms=paste(".rpart.parms", dev.cur(), sep = "."))

Arguments

tree
fitted model object of class rpart. This is assumed to be the result of some function that produces an object with the same named components as that returned by the rpart function.
parms
Parameters carried over from the function plot.rpart (uniform, branch, compress, nspace, margin, ...

Value

  • Called by snip.rpart

Details

This is not intended to be called directly by users

See Also

snip.rpart, plot.rpart