Commit 0c1c04d7 authored by Delaigue Olivier's avatar Delaigue Olivier
Browse files

v1.2.16.5 DOC: datails part of plot.OutputsModel doc reformatted

Showing with 21 additions and 17 deletions
+21 -17
Package: airGR Package: airGR
Type: Package Type: Package
Title: Suite of GR Hydrological Models for Precipitation-Runoff Modelling Title: Suite of GR Hydrological Models for Precipitation-Runoff Modelling
Version: 1.2.16.4 Version: 1.2.16.5
Date: 2019-05-24 Date: 2019-05-24
Authors@R: c( Authors@R: c(
person("Laurent", "Coron", role = c("aut", "trl"), comment = c(ORCID = "0000-0002-1503-6204")), person("Laurent", "Coron", role = c("aut", "trl"), comment = c(ORCID = "0000-0002-1503-6204")),
......
...@@ -14,7 +14,7 @@ output: ...@@ -14,7 +14,7 @@ output:
### 1.2.16.4 Release Notes (2019-05-23) ### 1.2.16.5 Release Notes (2019-05-23)
#### New features #### New features
......
...@@ -57,21 +57,25 @@ Function which creates a screen plot giving an overview of the model outputs. ...@@ -57,21 +57,25 @@ Function which creates a screen plot giving an overview of the model outputs.
\details{ \details{
Dashboard of results including various graphs (depending on the model):\cr Different types of graphs are available (depending on the model):
\itemize{
\describe{\code{"Precip"}}: {time series of total precipitation} \item \code{"Precip"}: time series of total precipitation
\describe{\code{"PotEvap"}}: {time series of potential evapotranspiration} \item \code{"PotEvap"}: time series of potential evapotranspiration
\describe{\code{"Temp"}}: {time series of temperature (plotted only if CemaNeige is used)} \item \code{"Temp"}: time series of temperature (plotted only if CemaNeige is used)
\describe{\code{"SnowPack"}}: {time series of snow water equivalent (plotted only if CemaNeige is used)} \item \code{"SnowPack"}: time series of snow water equivalent (plotted only if CemaNeige is used)
\describe{\code{"Flows"}}: {time series of simulated flows (and observed flows if provided)} \item \code{"Flows"}: time series of simulated flows (and observed flows if provided)
\describe{\code{"Regime"}}: {interannual median monthly simulated flow (and observed flows if provided)} \item \code{"Regime"}: interannual median monthly simulated flow (and observed flows if provided)
\describe{\code{"CorQQ"}}: {correlation plot between simulated and observed flows (only if observed flows provided)} \item \code{"CorQQ"}: correlation plot between simulated and observed flows (only if observed flows provided)
\describe{\code{"CumFreq"}}: {cumulative frequency plot for simulated flows (and observed flows if provided)} \item \code{"CumFreq"}: cumulative frequency plot for simulated flows (and observed flows if provided)
\cr\cr }
\describe{\code{"perf"}}: {corresponds to \code{"Error"}, \code{"Regime"}, \code{"CumFreq"} and \code{"CorQQ"}}
\describe{\code{"ts"}}: {corresponds to \code{"Precip"}, \code{"PotEvap"}, \code{"Temp"}, \code{"SnowPack"} and \code{"Flows"}} Different dashboard of results including various graphs are available:
\describe{\code{"synth"}}: {corresponds to \code{"Precip"}, \code{"Temp"}, \code{"SnowPack"}, \code{"Flows"}, \code{"Regime"}, \code{"CumFreq"} and \code{"CorQQ"}} \itemize{
\describe{\code{"all"}}: {corresponds to \code{"Precip"}, \code{"PotEvap"}, \code{"Temp"}, \code{"SnowPack"}, \code{"Flows"}, \code{"Error"}, \code{"Regime"}, \code{"CumFreq"} and \code{"CorQQ"}} \item \code{"perf"}: corresponds to \code{"Error"}, \code{"Regime"}, \code{"CumFreq"} and \code{"CorQQ"}
\item \code{"ts"}: corresponds to \code{"Precip"}, \code{"PotEvap"}, \code{"Temp"}, \code{"SnowPack"} and \code{"Flows"}
\item \code{"synth"}: corresponds to \code{"Precip"}, \code{"Temp"}, \code{"SnowPack"}, \code{"Flows"}, \code{"Regime"}, \code{"CumFreq"} and \code{"CorQQ"}
\item \code{"all"}: corresponds to \code{"Precip"}, \code{"PotEvap"}, \code{"Temp"}, \code{"SnowPack"}, \code{"Flows"}, \code{"Error"}, \code{"Regime"}, \code{"CumFreq"} and \code{"CorQQ"}
}
} }
\author{ \author{
......
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