is.na.interval: is.na for interval objects
Description
This functions checks whether elements from an interval
object are NA
Usage
# S3 method for interval
is.na(interval)
Arguments
interval
An interval
object of length n
Value
A boolean vector of length n indicating whether the entries in interval
are NA
or not. Cf. is.na
.