Plot cross-validation score as a function of regularization parameter
# S3 method for cv.bbl
plot(
x,
type = "b",
log = "x",
pch = 21,
bg = "white",
xlab = NULL,
ylab = NULL,
las = 1,
...
)Object of class cv.bbl from a call to
crossVal
Symbol type in plot, present here to set default.
Log scale argument to plot.
Symbol type code in par.
Symbol background color in par.
X axis label
Y axis label
Orientation of axis labels in par.
Other arguments to plot.
This function will plot accuracy score as a function of regularization parameter
from a call to crossVal.