cartplot: CART Plot

cartplotR Documentation

CART Plot

Description

Plot a decision tree obtained by CART.

Usage

cartplot(model, ...)

Arguments

model

The decision tree.

...

Other parameters.

See Also

CART, cartdepth, cartinfo, cartleafs, cartnodes

Examples

require (datasets)
data (iris)
model = CART (iris [, -5], iris [, 5])
cartplot (model)

fdm2id documentation built on July 9, 2023, 6:05 p.m.

Related to cartplot in fdm2id...