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 "primal"

n

If n = NULL, three graph will be shown together. If n is a number, then the corresponding graph will be shown.

...

System reserved (No specific usage)

See Also

Dantzig_solver, SparseSVM_solver


[Package PRIMAL version 1.0.2 Index]