print.interval: 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 interval
print(x, ...)
Value
No return value, it prints the interval to the console.
Arguments
- x
An interval object to be printed.
- ...
Additional arguments passed to the underlying print() function.