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

View source: R/convert.R

as.array.intervalR Documentation

Converts an interval object to an array representation.

Description

Converts an interval object to an array representation.

Usage

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

Arguments

x

An interval object to be converted.

...

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

Value

An array representation of the interval.

Examples

as.array(inter_city)

COveR documentation built on April 3, 2025, 9:52 p.m.