View source: R/methods_e2tree.R
| plot.e2tree | R Documentation |
Displays the tree structure using rpart.plot.
This is a convenience wrapper around plot_e2tree.
## S3 method for class 'e2tree'
plot(x, ensemble = NULL, main = "E2Tree", ...)
x |
An e2tree object |
ensemble |
The ensemble model (randomForest or ranger).
Required for converting the tree to rpart format. Supported classes:
|
main |
Plot title. Default is "E2Tree". |
... |
Additional arguments passed to |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.