R/is.negative.R

Defines functions is.negative

#' @keywords internal
#' @noRd

is.negative <- 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.