is.interval {COveR} | R Documentation |
Determines if an object is a strictly valid interval object.
Description
Determines if an object is a strictly valid interval object.
Usage
is.interval(x)
Arguments
x |
An R object to be tested. |
Value
A logical value indicating whether the object is a valid interval.
Examples
is.interval(inter_city)
is.interval(1:4)
[Package COveR version 1.1.0 Index]