R/num.ident.R

num.ident <- function(x, y) {
  x == y | is.nan(x) & is.nan(y) | is.na(x) & !is.nan(x) & is.na(y) & !is.nan(y)
}

Try the cwhmisc package in your browser

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

cwhmisc documentation built on May 1, 2019, 7:55 p.m.