Failed to fetch fork details. Try again later.
-
Delaigue Olivier authored0fc1747e
Forked from
HYCAR-Hydro / airGR
Source project has a limited visibility.
#' Calibration of either airGR model and GRIWRM semi-distributive model
#'
#' @param InputsModel the class of the first parameter determine which calibration is used
#' @param ... further arguments passed to or from other methods.
#'
#' @return \emph{OutputsCalib} or \emph{GriwrmOutputsCalib} object
#' @export
Calibration <- function(InputsModel, ...) {
UseMethod("Calibration", InputsModel)
}