rattle.print.rpart {rattle}R Documentation

Modified printing of rpart decision tree

Description

Display a textual veiw of an rpart decision tree.

Usage

rattle.print.rpart(x, minlength = 0, spaces = 2, cp,
                   digits = getOption("digits"), ...)

Arguments

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.

Details

Print decision tree.

Author(s)

Graham.Williams@togaware.com

References

Package home page: http://rattle.togaware.com


[Package rattle version 2.6.16 Index]