plot.caretList: Plot a caretList object

View source: R/caretList.R

plot.caretListR Documentation

Plot a caretList object

Description

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

Usage

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

Arguments

x

a caretList object

metric

which metric to plot

...

ignored

Value

A ggplot2 object


caretEnsemble documentation built on Sept. 13, 2024, 1:11 a.m.