powered by
plot.lars(x, xvar= c("norm", "df", "arc.length"), breaks = TRUE, plottype = c("coefficients", "Cp"), omit.zeros = TRUE, eps = 1e-10, ...)
data(diabetes) attach(diabetes) object <- lars(x,y) plot(object) detach(diabetes)
Run the code above in your browser using DataLab