Learn R Programming

COveR (version 1.0.4)

as.array.interval: Converts an interval object to an array representation.

Description

Converts an interval object to an array representation.

Usage

# S3 method for interval
as.array(x, ...)

Value

An array representation of the interval.

Arguments

x

An interval object to be converted.

...

Additional arguments to be passed to as.array().

Examples

Run this code
as.array(inter_city)

Run the code above in your browser using DataLab