An error occurred while fetching the assigned milestone of the selected merge_request.
+ 30
− 11
@@ -11,9 +11,8 @@ CreateInputsCrit.GRiwrmInputsModel <- function(InputsModel,
@@ -36,6 +35,12 @@ CreateInputsCrit.GRiwrmInputsModel <- function(InputsModel,
@@ -82,15 +87,29 @@ CreateInputsCrit.GRiwrmInputsModel <- function(InputsModel,
+ 2
− 1
@@ -12,7 +12,8 @@
#' `Obs` argument is equivalent to the same argument in [airGR::CreateInputsCrit] except that it must a [matrix] or a [data.frame] if `InputsModel` is a \emph{GRiwrmInputsModel} object. Then, each column of the [matrix] or [data.frame] represents the observations of one of the simulated node with the name of the columns representing the id of each node.
+ 0
− 1
+ 2
− 1
@@ -49,7 +49,8 @@ This function can be used either for a catchment (with an \emph{InputsModel} obj
\code{Obs} argument is equivalent to the same argument in \link[airGR:CreateInputsCrit]{airGR::CreateInputsCrit} except that it must a \link{matrix} or a \link{data.frame} if \code{InputsModel} is a \emph{GRiwrmInputsModel} object. Then, each column of the \link{matrix} or \link{data.frame} represents the observations of one of the simulated node with the name of the columns representing the id of each node.
+ 1
− 1