Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
HYCAR-Hydro
airGR
Commits
17070e21
Commit
17070e21
authored
Jul 11, 2017
by
unknown
Browse files
v1.0.9.8 typographical correction in the warning message of plot_OutputsModel
parent
2718be3e
Changes
2
Hide whitespace changes
Inline
Side-by-side
DESCRIPTION
View file @
17070e21
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")),
...
...
R/plot_OutputsModel.R
View file @
17070e21
...
...
@@ -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
,
...
)
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment