print.interval: Custom print method for displaying interval objects in a...

View source: R/interval.R

print.intervalR 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)

COveR documentation built on Oct. 30, 2024, 9:28 a.m.