Learn R Programming

nestedcv (version 0.9.0)

plot_caret: Plot caret tuning

Description

Plots the main tuning parameter in models built using caret::train

Usage

plot_caret(x, error.col = "darkgrey", ...)

Value

No return value

Arguments

x

Object of class 'train' generated by caret function caret::train

error.col

Colour of error bars

...

Other arguments passed to plot()