as.data.frame.interval {COveR} | R Documentation |
Converts an interval object to a data frame representation.
Description
Converts an interval object to a data frame representation.
Usage
## S3 method for class 'interval'
as.data.frame(x, ...)
Arguments
x |
An interval object to be converted. |
... |
dditional arguments to be passed to as.data.frame(). |
Value
A data frame representation of the interval.
Examples
as.data.frame(inter_city)
[Package COveR version 1.1.0 Index]