R/is.na-methods.R

setMethod(
          "is.na",
          signature( x = "Intervals_virtual" ),
          function(x) is.na( x[,1] ) | is.na( x[,2] )
          )

Try the intervals package in your browser

Any scripts or data that you put into this service are public.

intervals documentation built on May 2, 2019, 4:54 p.m.