print.ptsr | R Documentation |
Print method for objects of class ptsr
.
## S3 method for class 'ptsr'
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 PTSR.
Invisibly returns its argument, x
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.