plot.primal: Plot function for S3 class "primal"

View source: R/plot.primal.R

plot.primalR 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


PRIMAL documentation built on Dec. 4, 2025, 1:06 a.m.