R/is.peakPantheR_curveFit.R

Defines functions is.peakPantheR_curveFit

Documented in is.peakPantheR_curveFit

#' @title Check if object is of class peakPantheR_curveFit
#'
#' @description Check if object is of class peakPantheR_curveFit
#' @param x object to test
#' @return (bool) TRUE or FALSE
is.peakPantheR_curveFit <- function(x) {
  inherits(x, "peakPantheR_curveFit")
}
zhengfj1994/MeTEA documentation built on June 29, 2021, 5:21 a.m.