as.array.interval {COveR} | R 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)
[Package COveR version 1.1.0 Index]