R/plot.cv.npmr.R

Defines functions plot.cv.npmr

Documented in plot.cv.npmr

plot.cv.npmr <-
function(x, feature.names = TRUE, ...) {
    plot(x$fit, x$lambda.min, feature.names)
}

Try the npmr package in your browser

Any scripts or data that you put into this service are public.

npmr documentation built on Nov. 12, 2023, 1:08 a.m.