#' @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")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.