Commit 17070e21 authored by unknown's avatar unknown
Browse files

v1.0.9.8 typographical correction in the warning message of plot_OutputsModel

Showing with 3 additions and 3 deletions
+3 -3
Package: airGR
Type: Package
Title: Suite of GR Hydrological Models for Precipitation-Runoff Modelling
Version: 1.0.9.7
Version: 1.0.9.8
Date: 2017-07-11
Authors@R: c(
person("Laurent", "Coron", role = c("aut", "trl")),
......
......@@ -3,10 +3,10 @@ plot_OutputsModel <- function(OutputsModel, PlotChoice = "all", ...) {
msg = "Deprecated function. Please, use plot.OutputsModel() or plot() on an object of class OutputsModel.",
old = as.character(sys.call(sys.parent()))[1L])
if (!missing(OutputsModel)) {
warning("Deprecated \"OutputsModel\" argument Please, use \"x\" instead.")
warning("Deprecated \"OutputsModel\" argument. Please, use \"x\" instead.")
}
if (!missing(PlotChoice)) {
warning("Deprecated \"PlotChoice\" argument Please, use \"which\" instead.")
warning("Deprecated \"PlotChoice\" argument. Please, use \"which\" instead.")
}
plot.OutputsModel(x = OutputsModel, which = PlotChoice, ...)
}
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment