print.ptsr {PTSR} | R Documentation |
Print Method of class PTSR
Description
Print method for objects of class ptsr
.
Usage
## S3 method for class 'ptsr'
print(x, digits = max(3L, getOption("digits") - 3L), ...)
Arguments
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 |
Details
Users are not encouraged to call these internal functions directly. Internal functions for package PTSR.
Value
Invisibly returns its argument, x
.
[Package PTSR version 0.1.2 Index]