Learn R Programming

PTSR (version 0.1.2)

print.ptsr: Print Method of class PTSR

Description

Print method for objects of class ptsr.

Usage

# S3 method for ptsr
print(x, digits = max(3L, getOption("digits") - 3L), ...)

Arguments

x

object of class ptsr.

digits

minimal number of significant digits, see print.default.

...

further arguments to be passed to or from other methods. They are ignored in this function

Value

Invisibly returns its argument, x.

Details

Users are not encouraged to call these internal functions directly. Internal functions for package PTSR.