Commit 6f438158 authored by Delaigue Olivier's avatar Delaigue Olivier
Browse files

v1.6.9.5 docs(man): improve explanation about the usage of '['.InputsModel and...

v1.6.9.5 docs(man): improve explanation about the usage of '['.InputsModel and '['.OutputsModel in CreateInputsModel and RunModel help pages
Refs #67
Showing with 4 additions and 4 deletions
+4 -4
Package: airGR
Type: Package
Title: Suite of GR Hydrological Models for Precipitation-Runoff Modelling
Version: 1.6.9.4
Version: 1.6.9.5
Date: 2021-01-08
Authors@R: c(
person("Laurent", "Coron", role = c("aut", "trl"), comment = c(ORCID = "0000-0002-1503-6204")),
......
......@@ -2,7 +2,7 @@
### 1.6.9.4 Release Notes (2021-01-08)
### 1.6.9.5 Release Notes (2021-01-08)
#### New features
......
......@@ -58,7 +58,7 @@ CreateInputsModel(FUN_MOD, DatesR, Precip, PrecipScale = TRUE, PotEvap = NULL,
\item{x}{[InputsModel] object of class InputsModel}
\item{i}{[integer] elements to extract}
\item{i}{[integer] of the indices to subset a time series or [character] names of the elements to extract}
}
......
......@@ -32,7 +32,7 @@ RunModel(InputsModel, RunOptions, Param, FUN_MOD)
\item{x}{[InputsModel] object of class InputsModel}
\item{i}{[integer] elements to extract}
\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