snip.rpart.mouse {rpart} | R Documentation |
Internal function called from snip.rpart
.
snip.rpart.mouse(tree, parms=paste(".rpart.parms", dev.cur(), sep = "."))
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 , ...{}). See help page for plot.rpart
for more details.
|
This is not intended to be called directly by users
Called by snip.rpart