plot.svrpath: plot the svrpath, solution paths of SVR as a function of...

Description Usage Arguments Value Author(s) Examples

View source: R/plot.svrpath.R

Description

produces a plot of the SVR lambda path.

Usage

1
2
## S3 method for class 'svrpath'
plot(x, intercept = FALSE, ...)

Arguments

x

The svrpath object

intercept

If it is TRUE, then an intercept path plot is given.

...

Generic compatibility

Value

The entire solution path of SVR solution as a function of lambda.

Author(s)

Do Hyun Kim, Seung Jun Shin

Examples

1
2
# The 'obj' is given by examples description of svrpath().
plot(obj, lty = 2, lwd = 2, col = 2, cex.lab = 1.5) 

svrpath documentation built on May 2, 2019, 9:13 a.m.