plot.caretStack: Plot a caretStack object

View source: R/caretStack.R

plot.caretStackR Documentation

Plot a caretStack object

Description

This function plots the performance of each model in a caretList object.

Usage

## S3 method for class 'caretStack'
plot(x, metric = NULL, ...)

Arguments

x

a caretStack object

metric

which metric to plot. If NULL, will use the default metric used to train the model.

...

ignored

Value

a ggplot2 object


zachmayer/caretEnsemble documentation built on Sept. 13, 2024, 7:53 p.m.