print.interval {COveR} | R Documentation |
Custom print method for displaying interval objects in a readable format.
Description
Custom print method for displaying interval objects in a readable format.
Usage
## S3 method for class 'interval'
print(x, ...)
Arguments
x |
An interval object to be printed. |
... |
Additional arguments passed to the underlying print() function. |
Value
No return value, it prints the interval to the console.
Examples
print(inter_city)
[Package COveR version 1.1.0 Index]