visualize.RandomForest | R Documentation |
Visualize a RandomForest model
## S3 method for class 'RandomForest'
visualize(object, plot = c("all", "residuals", "model"), formula = NULL, ...)
object |
a RandomForest object |
plot |
what should be plotted? Residuals? model plot? All of them? |
formula |
A flexplot-style formula |
... |
Other arguments passed to flexplot |
a plot containing a visual of the chosen model
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.