Two functions (print and plot) are provided for class ``penbsl".
# S3 method for penbsl
print(x, digits = max(3L, getOption("digits") - 4L),
...)# S3 method for penbsl
plot(x, logscale = TRUE, ...)
A ``penbsl" class object, typically the output of function selectPenalty
.
The number of digits to print.
Other arguments.
A logical indicator whether the x-axis (penalty) should be log transformed. The
default is TRUE
.