plot.svrpath {svrpath} | R Documentation |
plot the svrpath, solution paths of SVR as a function of lambda
Description
produces a plot of the SVR lambda
path.
Usage
## S3 method for class 'svrpath'
plot(x, intercept = FALSE, ...)
Arguments
x |
The svrpath object |
intercept |
If it is |
... |
Generic compatibility |
Value
The entire solution path of SVR solution as a function of lambda
.
Author(s)
Do Hyun Kim, Seung Jun Shin
Examples
# The 'obj' is given by examples description of svrpath().
plot(obj, lty = 2, lwd = 2, col = 2, cex.lab = 1.5)
[Package svrpath version 0.1.2 Index]