plot.biglasso {biglasso} | R Documentation |
Plot coefficients from a "biglasso" object
Description
Produce a plot of the coefficient paths for a fitted biglasso()
object.
Usage
## S3 method for class 'biglasso'
plot(x, alpha = 1, log.l = TRUE, ...)
Arguments
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 |
Author(s)
Yaohui Zeng and Patrick Breheny
See Also
Examples
## See examples in "biglasso"
[Package biglasso version 1.6.0 Index]