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