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 Oct. 30, 2024, 9:28 a.m.