diff --git a/DESCRIPTION b/DESCRIPTION index d606a17dad672669f9406d4155106bea5f6540d9..0f9697c7183df34a7e7640c69844ce48c08161b2 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.2.48 +Version: 1.3.2.49 Date: 2019-11-08 Authors@R: c( person("Laurent", "Coron", role = c("aut", "trl"), comment = c(ORCID = "0000-0002-1503-6204")), diff --git a/NEWS.md b/NEWS.md index b43ead7935ecf992d600ea21f21fabcfc660bb3d..2abfdb8e536bb99294217a08a342f3145c4f9c32 100644 --- a/NEWS.md +++ b/NEWS.md @@ -2,7 +2,7 @@ -### 1.3.2.48 Release Notes (2019-11-08) +### 1.3.2.49 Release Notes (2019-11-08) #### Bug fixes diff --git a/man/plot.OutputsModel.Rd b/man/plot.OutputsModel.Rd index 6e7a3192a8893ebec373a64c274a88d3ea048dd0..e45afff6cde1d799f744c0759940399f57b6f41b 100644 --- a/man/plot.OutputsModel.Rd +++ b/man/plot.OutputsModel.Rd @@ -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{"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{"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{"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)