Produce a plot of the coefficient paths for a fitted biglasso() object.

# S3 method for biglasso
plot(x, alpha = 1, log.l = TRUE, ...)

Arguments

x

Fitted biglasso() model.

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 plot()

Author

Yaohui Zeng and Patrick Breheny

Examples

## See examples in "biglasso"