plot.epspath {svrpath}R Documentation

plot the epspath, solution paths of SVR as a function of epsilon

Description

produces a plot of the SVR epsilon path.

Usage

## 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


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

[Package svrpath version 0.1.2 Index]