listTreesAda {rattle} | R Documentation |
Display the textual representation of a selection of Ada trees.
listTreesAda(model, trees=0)
model |
an ada model. |
trees |
The list of trees to list. Use 0 to list all trees. |
Using rpart's print method display each of the specified trees from an Ada model.
Package home page: http://rattle.togaware.com
## Not run: listTreesAda(ds.ada)