This function allows for the pretty-printing of a large list object created by calling the refLimit function.
# S3 method for interval.sub
print(x, digits = 4L, quote = TRUE, prefix = "", ...)
No return value.
x is an object of type "interval"
minimal number of _significant_ digits. See 'print.default'.
logical, indicating whether or not strings should be printed with surrounding quotes.
Option to specify a formatting prefix.
further arguments passed to or from other methods.
Daniel Finnegan