visualize.randomForest: Visualize a fitted RandomForest model

View source: R/visualize.R

visualize.RandomForestR Documentation

Visualize a fitted RandomForest model

Description

Visualize a RandomForest model

Usage

## S3 method for class 'RandomForest'
visualize(object, plot = c("all", "residuals", "model"), formula = NULL, ...)

Arguments

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

Value

a plot containing a visual of the chosen model


dustinfife/flexplot documentation built on Sept. 23, 2024, 9:01 p.m.