Learn R Programming

COveR (version 1.0.4)

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.

Examples

Run this code
print(inter_city)

Run the code above in your browser using DataLab