Commit fd18fce5 authored by Delaigue Olivier's avatar Delaigue Olivier
Browse files

v1.2.16.22 DOC: explanations of plot.Outputsmodel doc improved

Showing with 6 additions and 4 deletions
+6 -4
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.21 Version: 1.2.16.22
Date: 2019-06-07 Date: 2019-06-07
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.21 Release Notes (2019-06-07) ### 1.2.16.22 Release Notes (2019-06-07)
#### New features #### New features
......
...@@ -64,7 +64,7 @@ Function which creates a screen plot giving an overview of the model outputs. ...@@ -64,7 +64,7 @@ Function which creates a screen plot giving an overview of the model outputs.
\details{ \details{
Different types of graphs are available (depending on the model): Different types of independent graphs are available (depending on the model):
\itemize{ \itemize{
\item \code{"Precip"}: time series of total precipitation \item \code{"Precip"}: time series of total precipitation
\item \code{"PotEvap"}: time series of potential evapotranspiration \item \code{"PotEvap"}: time series of potential evapotranspiration
...@@ -76,13 +76,15 @@ Different types of graphs are available (depending on the model): ...@@ -76,13 +76,15 @@ Different types of graphs are available (depending on the model):
\item \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)
} }
Different dashboard of results including various graphs are available: Different dashboards of results including various graphs are available:
\itemize{ \itemize{
\item \code{"perf"}: corresponds to \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{"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{"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"} \item \code{"all"}: corresponds to \code{"Precip"}, \code{"PotEvap"}, \code{"Temp"}, \code{"SnowPack"}, \code{"Flows"}, \code{"Error"}, \code{"Regime"}, \code{"CumFreq"} and \code{"CorQQ"}
} }
If several dashboards are selected, or if an independent graph is called with a dashboard, the graphical device will include all the requested graphs without redundancy.
} }
\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