print.btsr {BTSR} | R Documentation |
Print method for objects of class btsr
.
## S3 method for class 'btsr'
print(x, digits = max(3L, getOption("digits") - 3L), ...)
x |
object of class |
digits |
minimal number of significant digits, see
|
... |
further arguments to be passed to or from other methods. They are ignored in this function |
Users are not encouraged to call these internal functions directly. Internal functions for package BTSR.
Invisibly returns its argument, x
.