diff --git a/DESCRIPTION b/DESCRIPTION index c85241117ee323d2b47f5e1e6e0f6d3170f429c8..d5b486befdd65419a3623d32837b485765082ffb 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.11.19 +Version: 1.2.11.20 Date: 2019-03-28 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 cfddabb475f9d42e21ab0a16c2ef897eaad63108..5fc238cf73bf4cec0847b434ab01c8f0d7cfb869 100644 --- a/NEWS.rmd +++ b/NEWS.rmd @@ -13,7 +13,7 @@ output: -### 1.2.11.19 Release Notes (2019-03-28) +### 1.2.11.20 Release Notes (2019-03-28) diff --git a/R/plot.OutputsModel.R b/R/plot.OutputsModel.R index 06fe4b3badf1f9c5242eb5d92433c6d0d71ed846..5a1c5b1aa27daa350734007f53c91d5b99d33d59 100644 --- a/R/plot.OutputsModel.R +++ b/R/plot.OutputsModel.R @@ -491,7 +491,7 @@ plot.OutputsModel <- function(x, Qobs = NULL, IndPeriod_Plot = NULL, BasinArea = (NameTS == "day" & length(IndPeriod_Plot) < 30) | (NameTS == "month" & length(IndPeriod_Plot) < 2) | (NameTS == "year" & length(IndPeriod_Plot) < 2)) { - plot(0, 0, type = "n", xaxt = "n", yaxt = "n", xlab = "", ylab = "", main = "", ...) + plot(0, 0, type = "n", xaxt = "n", yaxt = "n", xlab = "", ylab = "") par(las = 0) mtext(side = 1, text = "", line = line, cex = cex.lab) par(las = 0) @@ -688,7 +688,7 @@ plot.OutputsModel <- function(x, Qobs = NULL, IndPeriod_Plot = NULL, BasinArea = plot(0, 0, type = "n", xlim = xlim, ylim = ylim, xaxt = "n", yaxt = "n", - xlab = "", ylab = "", main = "", ...) + xlab = "", ylab = "", ...) axis(side = 1, at = pretty(xlim), labels = pretty(xlim), cex.axis = cex.axis, ...) par(las = 0) mtext(side = 1, text = "non-exceedance prob. [-]", line = line, cex = cex.lab) @@ -735,7 +735,7 @@ plot.OutputsModel <- function(x, Qobs = NULL, IndPeriod_Plot = NULL, BasinArea = legend("topleft", txtleg, col = colleg, lty = 1, lwd = lwd, bty = "o", bg = bg, box.col = bg, cex = cex.leg) legend("bottomright", "log scale", lty = 1, col = NA, bty = "o", bg = bg, box.col = bg, cex = cex.leg) } else { - plot(0, 0, type = "n", xaxt = "n", yaxt = "n", xlab = "", ylab = "", main = "", ...) + plot(0, 0, type = "n", xaxt = "n", yaxt = "n", xlab = "", ylab = "", ...) par(las = 0) mtext(side = 1, text = "non-exceedance prob. [-]", line = line, cex = cex.lab) par(las = 0)