rattle.print.rpart {rattle} | R Documentation |
Display a textual veiw of an rpart decision tree.
rattle.print.rpart(x, minlength = 0, spaces = 2, cp, digits = getOption("digits"), ...)
x |
An rpart object. |
minlength |
The minimum length. |
spaces |
How much to indent. |
cp |
Complexity parameter |
digits |
Number of digits to display for numbers. |
... |
Other arguments. |
Print decision tree.
Package home page: http://rattle.togaware.com