print.calibrationband {calibrationband} | R Documentation |
Printing methods for 'calibrationband'
and
'summary.calibrationband'
objects.
## S3 method for class 'calibrationband'
print(x, ...)
## S3 method for class 'summary.calibrationband'
print(x, ...)
x |
object of class |
... |
Further arguments to be passed to or from methods;
in particular these passed to |
print.calibrationband
always sends an autoplot object to the
current graphics device and prints a summary to the console.
Invisibly returns x
.
autoplot.calibrationband
,
summary.calibrationband