Commit 733c07a8 authored by David's avatar David
Browse files

docs(RunModel.OutputsModel): missing merge_outputs argument

Refs #173
Showing with 5 additions and 0 deletions
+5 -0
...@@ -31,6 +31,8 @@ ...@@ -31,6 +31,8 @@
#' @param Qrelease (optional) [matrix] or [data.frame] of [numeric] containing #' @param Qrelease (optional) [matrix] or [data.frame] of [numeric] containing
#' release flows by nodes using the model `RunModel_Reservoir` \[m3 per #' release flows by nodes using the model `RunModel_Reservoir` \[m3 per
#' time step\]. See details #' time step\]. See details
#' @param merge_outputs [logical] Merge simulation outputs with the one provided
#' in argument `x`
#' @param ... Further arguments for compatibility with S3 methods #' @param ... Further arguments for compatibility with S3 methods
#' #'
#' @inherit RunModel.GRiwrmInputsModel return #' @inherit RunModel.GRiwrmInputsModel return
......
...@@ -45,6 +45,9 @@ minimum flows to let downstream of a node with a Diversion [m3 per ...@@ -45,6 +45,9 @@ minimum flows to let downstream of a node with a Diversion [m3 per
time step]. Default is zero. Column names correspond to node IDs. time step]. Default is zero. Column names correspond to node IDs.
See details} See details}
\item{merge_outputs}{\link{logical} Merge simulation outputs with the one provided
in argument \code{x}}
\item{...}{Further arguments for compatibility with S3 methods} \item{...}{Further arguments for compatibility with S3 methods}
} }
\value{ \value{
......
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