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
airGRteaching
Commits
2ed184b0
Commit
2ed184b0
authored
Apr 02, 2019
by
Delaigue Olivier
Browse files
v0.2.6.11 CLEAN: unused box removed in plot.CalGR
parent
416ea64e
Changes
3
Hide whitespace changes
Inline
Side-by-side
DESCRIPTION
View file @
2ed184b0
Package: airGRteaching
Type: Package
Title: Teaching Hydrological Modelling with the GR Rainfall-Runoff Models ('Shiny' Interface Included)
Version: 0.2.6.1
0
Version: 0.2.6.1
1
Date: 2019-04-02
Authors@R: c(
person("Olivier", "Delaigue", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-7668-8468"), email = "airGR@irstea.fr"),
...
...
NEWS.Rmd
View file @
2ed184b0
...
...
@@ -13,7 +13,7 @@ output:
### 0.2.6.1
0
Release Notes (2019-04-02)
### 0.2.6.1
1
Release Notes (2019-04-02)
#### CRAN-compatibility updates
...
...
R/plot.CalGR.R
View file @
2ed184b0
...
...
@@ -16,7 +16,7 @@ plot.CalGR <- function(x, xlab = NULL, ylab = NULL, main = NULL, which = c("per
on.exit
(
par
(
opar
))
if
(
any
(
which
[
1L
]
%in%
c
(
"perf"
)))
{
plot
(
x
$
OutputsModel
,
Qobs
=
x
$
Qobs
,
...
)
plot
.OutputsModel
(
x
$
OutputsModel
,
Qobs
=
x
$
Qobs
,
...
)
}
if
(
any
(
which
[
1L
]
%in%
c
(
"iter"
)))
{
...
...
@@ -42,7 +42,6 @@ plot.CalGR <- function(x, xlab = NULL, ylab = NULL, main = NULL, which = c("per
}
if
(
any
(
which
[
1L
]
%in%
c
(
"iter"
)))
{
ParamLab
<-
data.frame
(
Name
=
c
(
sprintf
(
"X%i"
,
1
:
6
),
sprintf
(
"C%i"
,
1
:
2
)),
Label
=
c
(
"prod. store capacity [mm]"
,
"intercatchment exch. coef. [mm/TimeUnit]"
,
...
...
@@ -106,6 +105,6 @@ plot.CalGR <- function(x, xlab = NULL, ylab = NULL, main = NULL, which = c("per
# legend("topright", legend = "NA", pch = 15, col = col.na, bty = "n", cex = 0.8)
# }
}
box
()
#
box()
}
\ No newline at end of file
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