plot.natural.cv {natural}R Documentation

plot a natural.cv object

Description

This function is adapted from the ggb R package.

Usage

## S3 method for class 'natural.cv'
plot(x, ...)

Arguments

x

an object of class natural.cv, as returned by nlasso_cv and olasso_cv

...

additional argument(not used here, only for S3 generic/method consistency)


[Package natural version 0.9.0 Index]