print.interval.sub | R Documentation |
This function allows for the pretty-printing of a large list object created by calling the refLimit function.
## S3 method for class 'interval.sub'
print(x, digits = 4L, quote = TRUE, prefix = "", ...)
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. |
No return value.
Daniel Finnegan
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.