Learn R Programming

referenceIntervals (version 1.2.0)

print.interval: 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
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.

Examples

Run this code
# NOT RUN {
	
result = refLimit(set120)
result

# }

Run the code above in your browser using DataLab