Commit 58e6bb68 authored by Delaigue Olivier's avatar Delaigue Olivier
Browse files

Merge branch 'dev' into '86-gitlab-ci-correctly-handle-warning-and-note-in-checks'

# Conflicts:
#   man/RunModel.Rd
Showing with 0 additions and 8 deletions
+0 -8
......@@ -3,7 +3,6 @@
\name{RunModel}
\alias{RunModel}
%\alias{[.OutputsModel}
\title{Run with the provided hydrological model function}
......@@ -16,8 +15,6 @@ Function which performs a single model run with the provided function over the s
\usage{
RunModel(InputsModel, RunOptions, Param, FUN_MOD, ...)
%
%\method{[}{OutputsModel}(x, i)
}
......@@ -31,11 +28,6 @@ RunModel(InputsModel, RunOptions, Param, FUN_MOD, ...)
\item{FUN_MOD}{[function] hydrological model function (e.g. \code{\link{RunModel_GR4J}}, \code{\link{RunModel_CemaNeigeGR4J}})}
\item{...}{(optional) arguments to pass to \code{FUN_MOD}}
%
%\item{x}{[InputsModel] object of class InputsModel}
%
%\item{i}{[integer] of the indices to subset a time series or [character] names of the elements to extract}
\item{...}{Further arguments to pass to the hydrological model function. See \code{\link{RunModel_Lag}} for example}
}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment