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

print.intervalR Documentation

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 class 'interval'
print(x, digits = 4L, quote = TRUE, prefix = "", ...)

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.

Value

No return value.

Author(s)

Daniel Finnegan

Examples

	
result = refLimit(set120)
result


referenceIntervals documentation built on May 29, 2024, 10:58 a.m.