R/is.vismodel.R

Defines functions is.vismodel

Documented in is.vismodel

#' Test if object is of class 'vismodel'
#'
#' @param object an \R object
#'
#' @return a logical value indicating whether the object is of class `vismodel`.
#'
#' @export
#'
#' @seealso [vismodel()]
#'
is.vismodel <- function(object) {
  inherits(object, "vismodel")
}

Try the pavo package in your browser

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

pavo documentation built on Sept. 24, 2023, 5:06 p.m.