Commit 721df7a1 authored by Delaigue Olivier's avatar Delaigue Olivier
Browse files

v1.3.2.49 DOC: added missing explanations about the "Error" graph #11

Showing with 3 additions and 3 deletions
+3 -3
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.3.2.48 Version: 1.3.2.49
Date: 2019-11-08 Date: 2019-11-08
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")),
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
### 1.3.2.48 Release Notes (2019-11-08) ### 1.3.2.49 Release Notes (2019-11-08)
#### Bug fixes #### Bug fixes
......
...@@ -74,7 +74,7 @@ Different types of independent graphs are available (depending on the model, but ...@@ -74,7 +74,7 @@ Different types of independent graphs are available (depending on the model, but
\item \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)
\item \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)
\item \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)
\item \code{"Error"}: time series of simulated flows minus observed flows \item \code{"Error"}: time series of simulated flows minus observed flows (and observed flows if provided)
\item \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)
\item \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)
\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)
......
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