as.vector.interval | R Documentation |
Converts an interval object to its vector representation.
## S3 method for class 'interval'
as.vector(x, ...)
x |
An interval object to be converted. |
... |
Additional arguments to be passed to as.vector(). |
A numeric vector where each consecutive pair of values represents an interval.
as.vector(inter_city)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.