print.ptsr: Print Method of class PTSR

Description Usage Arguments Details Value

View source: R/fit.R

Description

Print method for objects of class ptsr.

Usage

1
2
## S3 method for class '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

Details

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

Value

Invisibly returns its argument, x.


PTSR documentation built on Feb. 8, 2022, 9:06 a.m.

Related to print.ptsr in PTSR...