View source: R/plot-biglasso.R
plot.biglasso | R Documentation |
Produce a plot of the coefficient paths for a fitted biglasso()
object.
## S3 method for class 'biglasso'
plot(x, alpha = 1, log.l = TRUE, ...)
x |
Fitted |
alpha |
Controls alpha-blending, helpful when the number of covariates is large. Default is alpha=1. |
log.l |
Should horizontal axis be on the log scale? Default is TRUE. |
... |
Other graphical parameters to |
Yaohui Zeng and Patrick Breheny
biglasso()
, cv.biglasso()
## See examples in "biglasso"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.