plot.cv.bbl {bbl}R Documentation

Plot Cross-validation Outcome

Description

Plot cross-validation score as a function of regularization parameter

Usage

## S3 method for class 'cv.bbl'
plot(
  x,
  type = "b",
  log = "x",
  pch = 21,
  bg = "white",
  xlab = NULL,
  ylab = NULL,
  las = 1,
  ...
)

Arguments

x

Object of class cv.bbl from a call to crossVal

type

Symbol type in plot, present here to set default.

log

Log scale argument to plot.

pch

Symbol type code in par.

bg

Symbol background color in par.

xlab

X axis label

ylab

Y axis label

las

Orientation of axis labels in par.

...

Other arguments to plot.

Details

This function will plot accuracy score as a function of regularization parameter from a call to crossVal.


[Package bbl version 1.0.0 Index]