print.calibrationband {calibrationband} | R Documentation |
Print monotone confidence bands
Description
Printing methods for 'calibrationband'
and
'summary.calibrationband'
objects.
Usage
## S3 method for class 'calibrationband'
print(x, ...)
## S3 method for class 'summary.calibrationband'
print(x, ...)
Arguments
x |
object of class |
... |
Further arguments to be passed to or from methods;
in particular these passed to |
Details
print.calibrationband
always sends an autoplot object to the
current graphics device and prints a summary to the console.
Value
Invisibly returns x
.
See Also
autoplot.calibrationband
,
summary.calibrationband
[Package calibrationband version 0.2.1 Index]