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

Description Usage Arguments Value Author(s) Examples

View source: R/plot.epspath.R

Description

produces a plot of the SVR epsilon path.

Usage

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

Arguments

x

The epspath 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 epsilon.

Author(s)

Do Hyun Kim, Seung Jun Shin

Examples

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

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