R/checkMin.R

Defines functions checkMin

checkMin <- function(x, cfg) {
  return(list(message="%# values lie below allowed minimum.",
              failed=helperBounds(x, cfg, "min")))
}
IAMconsortium/iamc documentation built on July 8, 2023, 11:35 p.m.