Learn R Programming

rattle (version 5.6.2)

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: https://togaware.com/projects/rattle/

Examples

Run this code
if (FALSE) listTreesAda(ds.ada)

Run the code above in your browser using DataLab