plot.dlasso {DLASSO} | R Documentation |
Plot method for dlasso objects
Description
Produce a plot from a dlasso fit.
Usage
## S3 method for class 'dlasso'
plot(x, label=FALSE , cex.lab=1 , all=TRUE ,...)
Arguments
x |
dlasso object |
label |
Show covariate labels on the right hand side of the plot. |
cex.lab |
See "cex.lab" in "par" function. |
all |
Logical flag. If TRUE shows all plots including AIC, GIC, BIC, CGV and complete coefficient path. Otherwise the output is a single plot for coefficient path. Default is TRUE. |
... |
Additional arguments for generic plot. |
Author(s)
Hamed Haselimashhadi <hamedhaseli@gmail.com>
See Also
Examples
example(dlasso)
[Package DLASSO version 2.0.2 Index]