From 5af91568b6972cda35a33a508590ca69920f3d20 Mon Sep 17 00:00:00 2001 From: Delaigue Olivier <olivier.delaigue@irstea.priv> Date: Mon, 20 May 2019 11:18:12 +0200 Subject: [PATCH] v1.3.0.6 DOC: which = "synth" by default in plot.OutputsModel doc --- DESCRIPTION | 2 +- NEWS.rmd | 2 +- man/plot.OutputsModel.Rd | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 91e0a0a8..1d156ae8 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.3.0.5 +Version: 1.3.0.6 Date: 2019-05-20 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 5669cbe6..5e845ab7 100644 --- a/NEWS.rmd +++ b/NEWS.rmd @@ -14,7 +14,7 @@ output: -### 1.3.0.5 Release Notes (2019-05-20) +### 1.3.0.6 Release Notes (2019-05-20) #### New features diff --git a/man/plot.OutputsModel.Rd b/man/plot.OutputsModel.Rd index 23acd92f..c2fd5e27 100644 --- a/man/plot.OutputsModel.Rd +++ b/man/plot.OutputsModel.Rd @@ -11,7 +11,7 @@ \usage{ \method{plot}{OutputsModel}(x, Qobs = NULL, IndPeriod_Plot = NULL, - BasinArea = NULL, which = "all", log_scale = FALSE, + BasinArea = NULL, which = "synth", log_scale = FALSE, cex.axis = 1, cex.lab = 0.9, cex.leg = 0.9, lwd = 1, verbose = TRUE, ...) } -- GitLab