View source: R/plot_e2tree_click.R
| plot_e2tree | R Documentation |
Displays an E2Tree as a static plot using rpart.plot. For interactive exploration, use plot_e2tree_click().
plot_e2tree(fit, ensemble, main = "E2Tree", ...)
fit |
An e2tree object |
ensemble |
The ensemble model (randomForest or ranger) |
main |
Plot title |
... |
Additional arguments passed to rpart.plot |
Invisibly returns the rpart object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.