R/is.zero.R

Defines functions is.zero

#' @keywords internal
#' @noRd

is.zero <- function(x) {
  x == 0
}

Try the ARPALData package in your browser

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

ARPALData documentation built on Sept. 26, 2023, 5:07 p.m.