plot.epspath {svrpath} | R Documentation |
produces a plot of the SVR epsilon
path.
## S3 method for class 'epspath'
plot(x, intercept = FALSE, ...)
x |
The epspath object |
intercept |
If it is |
... |
Generic compatibility |
The entire solution path of SVR solution as a function of epsilon
.
Do Hyun Kim, Seung Jun Shin
# The 'eobj' is given by examples description of epspath().
plot(eobj, lty = 2, lwd = 2, col = 2, cex.lab = 1.5)