R/ContourFunctions_cf_func.R

Defines functions ContourFunctions_cf_func

ContourFunctions_cf_func <- function(...) {
  if (requireNamespace("ContourFunctions")) {
    ContourFunctions::cf_func(...)
  } else {
    message(paste0("The R package ContourFunctions is not available. ",
                   "Please install and try again."))
    return(NULL)
  }
}
CollinErickson/GauPro documentation built on Oct. 15, 2024, 9:32 p.m.