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 July 10, 2023, 2:02 a.m.