Plots the cross-validation curve, and upper and lower standard deviation curves, as a function of the `lambda` values used.
# S3 method for cvobj
plot(x, sign.lambda = 1, log.lambda = TRUE, ...)A `"cvobj"` object.
Either plot against `log(lambda)` (default) or its negative if `sign.lambda = -1`.
If `TRUE` (default), x-axis is `log(lambda)` instead of `lambda` (`log.lambda = FALSE`).
Other graphical parameters to plot.
A plot is produced, and nothing is returned.