plot.primal {PRIMAL} | R Documentation |
Plot function for S3 class "primal"
Description
Plot regularization path and parameter obtained from the algorithm.
Usage
## S3 method for class 'primal'
plot(x, n = NULL, ...)
Arguments
x |
An object with S3 class |
n |
If |
... |
System reserved (No specific usage) |
See Also
Dantzig_solver
, SparseSVM_solver
[Package PRIMAL version 1.0.2 Index]