Learn R Programming

rattle (version 2.6.25)

listTreesAda: List trees from an Ada model

Description

Display the textual representation of a selection of Ada trees.

Usage

listTreesAda(model, trees=0)

Arguments

model
an ada model.
trees
The list of trees to list. Use 0 to list all trees.

Details

Using rpart's print method display each of the specified trees from an Ada model.

References

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

Examples

Run this code
listTreesAda(ds.ada)

Run the code above in your browser using DataLab