plot_e2tree: Quick E2Tree Plot (Non-Interactive)

View source: R/plot_e2tree_click.R

plot_e2treeR Documentation

Quick E2Tree Plot (Non-Interactive)

Description

Displays an E2Tree as a static plot using rpart.plot. For interactive exploration, use plot_e2tree_click().

Usage

plot_e2tree(fit, ensemble, main = "E2Tree", ...)

Arguments

fit

An e2tree object

ensemble

The ensemble model (randomForest or ranger)

main

Plot title

...

Additional arguments passed to rpart.plot

Value

Invisibly returns the rpart object


e2tree documentation built on May 15, 2026, 5:06 p.m.