An error occurred while loading the file. Please try again.
-
Le Roux Erwan authored
[exceeding] modify plot settings for the paper. put "imap" instead of "map" to avoid computing 2 times the models
e4b82417
#' Wrapper to \code{\link[airGR]{CreateInputsCrit}} for one sub-basin.
#'
#' @inherit airGR::CreateInputsCrit
#' @export
CreateInputsCrit.InputsModel <- function(InputsModel,
FUN_CRIT,
...) {
airGR::CreateInputsCrit(FUN_CRIT = FUN_CRIT,
InputsModel = InputsModel,
...)
}