plot.samHL {SAM} | R Documentation |
Plot function for S3 class "samHL"
Description
This function plots the regularization path (regularization parameter versus functional norm)
Usage
## S3 method for class 'samHL'
plot(x, ...)
Arguments
x |
An object with S3 class |
... |
System reserved (No specific usage) |
Details
The horizontal axis is for the regularization parameters in log scale. The vertical axis is for the functional norm of each component.
See Also
[Package SAM version 1.1.3 Index]