as.data.frame.interval {COveR} | R Documentation |
Converts an interval object to a data frame representation.
## S3 method for class 'interval'
as.data.frame(x, ...)
x |
An interval object to be converted. |
... |
dditional arguments to be passed to as.data.frame(). |
A data frame representation of the interval.
as.data.frame(inter_city)