plot.caretList {caretEnsemble} | R 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
[Package caretEnsemble version 4.0.1 Index]