From fd18fce5f0d28905c485cd3d2adf1ea614ae58ca Mon Sep 17 00:00:00 2001
From: Delaigue Olivier <olivier.delaigue@irstea.priv>
Date: Fri, 7 Jun 2019 08:43:18 +0200
Subject: [PATCH] v1.2.16.22 DOC: explanations of plot.Outputsmodel doc
 improved

---
 DESCRIPTION              | 2 +-
 NEWS.rmd                 | 2 +-
 man/plot.OutputsModel.Rd | 6 ++++--
 3 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/DESCRIPTION b/DESCRIPTION
index 5beae294..e5ad96b9 100644
--- a/DESCRIPTION
+++ b/DESCRIPTION
@@ -1,7 +1,7 @@
 Package: airGR
 Type: Package
 Title: Suite of GR Hydrological Models for Precipitation-Runoff Modelling
-Version: 1.2.16.21
+Version: 1.2.16.22
 Date: 2019-06-07
 Authors@R: c(
   person("Laurent", "Coron", role = c("aut", "trl"), comment = c(ORCID = "0000-0002-1503-6204")),
diff --git a/NEWS.rmd b/NEWS.rmd
index 7f293213..ea8bc7e1 100644
--- a/NEWS.rmd
+++ b/NEWS.rmd
@@ -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
diff --git a/man/plot.OutputsModel.Rd b/man/plot.OutputsModel.Rd
index e3e3fa85..42dcf694 100644
--- a/man/plot.OutputsModel.Rd
+++ b/man/plot.OutputsModel.Rd
@@ -64,7 +64,7 @@ Function which creates a screen plot giving an overview of the model outputs.
 
 
 \details{
-Different types of graphs are available (depending on the model):
+Different types of independent graphs are available (depending on the model):
 \itemize{
   \item \code{"Precip"}: time series of total precipitation
   \item \code{"PotEvap"}: time series of potential evapotranspiration
@@ -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)
 }
 
-Different dashboard of results including various graphs are available:
+Different dashboards of results including various graphs are available:
 \itemize{
   \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"}
   }
+  
+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{
-- 
GitLab