plot.sparseR | R Documentation |
Plot relevant properties of sparseR objects
## S3 method for class 'sparseR'
plot(x, plot_type = c("both", "cv", "path"), cols = NULL, log.l = TRUE, ...)
x |
a 'sparseR' object |
plot_type |
should the solution path, CV results, or both be plotted? |
cols |
option to specify color of groups |
log.l |
should the x-axis (lambda) be logged? |
... |
extra plotting options |
nothing returned
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.