R/is.IPV.R

Defines functions is.IPV

Documented in is.IPV

#' Is IPV
#'
#' @param x object
#'
#' @return logical, checks if the class of the object is "IPV"
#' @export
is.IPV <- function(x) {
  inherits(x, "IPV")
}

Try the IPV package in your browser

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

IPV documentation built on Sept. 30, 2022, 5:08 p.m.