R/Class.R

#' Test if the object is an ExperimentalPlan.
#' 
#' @param x An object
#' @return \code{TRUE} if the object inherits from the \code{ExperimentalPlan} class.
#' @export

is.ExperimentalPlan <-
  function(x) {
    inherits(x, "ExperimentalPlan")
  }
cedricbatailler/ExperimentalDesigner documentation built on May 13, 2019, 2:53 p.m.