Commit 7c06aaff authored by David's avatar David
Browse files

docs(CreateSupervisor): improvement

Refs #172
Showing with 2 additions and 2 deletions
+2 -2
......@@ -4,7 +4,7 @@
#' See [RunModel.Supervisor] and vignettes for examples of use.
#'
#' @param InputsModel \[object of type `GRiwrmInputsModel`\] inputs of the model
#' @param TimeStep [numeric] number of time steps between each supervision
#' @param TimeStep [integer] number of time steps between each supervision
#'
#' @return A `Supervisor` object which is an [environment] containing all the necessary variables to run a supervised simulation, such as:
#' - `DatesR` [POSIXct]: vector of date from `InputsModel`
......
......@@ -9,7 +9,7 @@ CreateSupervisor(InputsModel, TimeStep = 1L)
\arguments{
\item{InputsModel}{[object of type \code{GRiwrmInputsModel}] inputs of the model}
\item{TimeStep}{\link{numeric} number of time steps between each supervision}
\item{TimeStep}{\link{integer} number of time steps between each supervision}
}
\value{
A \code{Supervisor} object which is an \link{environment} containing all the necessary variables to run a supervised simulation, such as:
......
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