An error occurred while loading the file. Please try again.
-
Pierre-Antoine Rouby authored
* Study: Create table. * River: Create node and reach table. * Geometry: Create table only for profileXYZ and pointXYZ.
2ed3254b
#' 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,
...)
}