From 9dd4066176dbdefd1e901a3337dc13ca1b3a8655 Mon Sep 17 00:00:00 2001 From: Delaigue Olivier <olivier.delaigue@irstea.priv> Date: Fri, 8 Nov 2019 08:31:36 +0100 Subject: [PATCH] v1.3.2.48 DOC: added missing explanations about the "Error" graph #11 --- DESCRIPTION | 4 ++-- NEWS.md | 2 +- man/plot.OutputsModel.Rd | 5 +++-- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 9cc7e116..d606a17d 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,8 +1,8 @@ Package: airGR Type: Package Title: Suite of GR Hydrological Models for Precipitation-Runoff Modelling -Version: 1.3.2.47 -Date: 2019-11-04 +Version: 1.3.2.48 +Date: 2019-11-08 Authors@R: c( person("Laurent", "Coron", role = c("aut", "trl"), comment = c(ORCID = "0000-0002-1503-6204")), person("Olivier", "Delaigue", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-7668-8468"), email = "airGR@irstea.fr"), diff --git a/NEWS.md b/NEWS.md index fe969338..b43ead79 100644 --- a/NEWS.md +++ b/NEWS.md @@ -2,7 +2,7 @@ -### 1.3.2.47 Release Notes (2019-11-04) +### 1.3.2.48 Release Notes (2019-11-08) #### Bug fixes diff --git a/man/plot.OutputsModel.Rd b/man/plot.OutputsModel.Rd index bf88ca09..6e7a3192 100644 --- a/man/plot.OutputsModel.Rd +++ b/man/plot.OutputsModel.Rd @@ -32,9 +32,9 @@ \item{BasinArea}{(optional) [numeric] basin area [km2], used to plot flow axes in m3/s} -\item{which}{(optional) [character] choice of plots \cr (e.g. c(\code{"Precip"}, \code{"Temp"}, \code{"SnowPack"}, \code{"Flows"}, \code{"Regime"}, \code{"CumFreq"}, \code{"CorQQ"})), default = \code{"synth"}, see details below} +\item{which}{(optional) [character] choice of plots \cr (e.g. c(\code{"Precip"}, \code{"Temp"}, \code{"SnowPack"}, \code{"Flows"}, \code{"Error"}, \code{"Regime"}, \code{"CumFreq"}, \code{"CorQQ"})), default = \code{"synth"}, see details below} -\item{log_scale}{(optional) [boolean] indicating if the flow time series axis and the flow error time series axis are to be logarithmic, default = \code{FALSE}} +\item{log_scale}{(optional) [boolean] indicating if the flow and the error time series axis and the flow error time series axis are to be logarithmic, default = \code{FALSE}} \item{cex.axis}{(optional) [numeric] the magnification to be used for axis annotation relative to the current setting of \code{cex}} @@ -74,6 +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{"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{"Error"}: time series of simulated flows minus observed flows \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{"CumFreq"}: cumulative frequency plot for simulated flows (and observed flows if provided) -- GitLab