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")
}
NilsPetras/IPV documentation built on July 19, 2023, 9:12 p.m.