Learn R Programming

referenceIntervals (version 1.3.1)

print.interval.sub: Overload of print in order to concisely print the results of refLimit

Description

This function allows for the pretty-printing of a large list object created by calling the refLimit function.

Usage

# S3 method for interval.sub
print(x, digits = 4L, quote = TRUE, prefix = "", ...)

Value

No return value.

Arguments

x

x is an object of type "interval"

digits

minimal number of _significant_ digits. See 'print.default'.

quote

logical, indicating whether or not strings should be printed with surrounding quotes.

prefix

Option to specify a formatting prefix.

...

further arguments passed to or from other methods.

Author

Daniel Finnegan