From 95f929e2e6af8e8b3b361fb809cc7912fe4dda67 Mon Sep 17 00:00:00 2001 From: Delaigue Olivier <olivier.delaigue@irstea.fr> Date: Fri, 16 Apr 2021 21:01:19 +0200 Subject: [PATCH] Revert "docs(man): remove comment lines in RunModel help page" This reverts commit 2a993dad48dde8733e9d5ea77523d7a687dcf4ca --- man/RunModel.Rd | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/man/RunModel.Rd b/man/RunModel.Rd index 41fc03ee..6762ed73 100644 --- a/man/RunModel.Rd +++ b/man/RunModel.Rd @@ -3,6 +3,7 @@ \name{RunModel} \alias{RunModel} +%\alias{[.OutputsModel} \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 \usage{ RunModel(InputsModel, RunOptions, Param, FUN_MOD, ...) +% +%\method{[}{OutputsModel}(x, i) } @@ -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{...}{(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} } -- GitLab