Commit d3cdbc33 authored by Delaigue Olivier's avatar Delaigue Olivier
Browse files

Merge branch 'revert-2a993dad' into 'dev'

Revert "docs(man): remove comment lines in RunModel help page"

See merge request !41
Showing with 7 additions and 0 deletions
+7 -0
...@@ -3,6 +3,7 @@ ...@@ -3,6 +3,7 @@
\name{RunModel} \name{RunModel}
\alias{RunModel} \alias{RunModel}
%\alias{[.OutputsModel}
\title{Run with the provided hydrological model function} \title{Run with the provided hydrological model function}
...@@ -15,6 +16,8 @@ Function which performs a single model run with the provided function over the s ...@@ -15,6 +16,8 @@ Function which performs a single model run with the provided function over the s
\usage{ \usage{
RunModel(InputsModel, RunOptions, Param, FUN_MOD, ...) RunModel(InputsModel, RunOptions, Param, FUN_MOD, ...)
%
%\method{[}{OutputsModel}(x, i)
} }
...@@ -28,6 +31,10 @@ RunModel(InputsModel, RunOptions, Param, FUN_MOD, ...) ...@@ -28,6 +31,10 @@ RunModel(InputsModel, RunOptions, Param, FUN_MOD, ...)
\item{FUN_MOD}{[function] hydrological model function (e.g. \code{\link{RunModel_GR4J}}, \code{\link{RunModel_CemaNeigeGR4J}})} \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{...}{(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}
} }
......
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