plot the path of the lars algorithm.
# S4 method for LarsPath
plot(
x,
sep.line = FALSE,
abscissa = c("l1norm", "lambda"),
log.scale = FALSE,
...
)
LarsPath object
If TRUE, print vertical dashed line when a variable is added or dropped in the path
either "l1norm" or "lambda". If "lambda", regularization parameter is used as abscissa, else l1 norm of the solution is used.
If TRUE, use logarithm scale on abscissa
Other plot arguments
HDlars
LarsPath