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
eaf48e4a
Commit
eaf48e4a
authored
Mar 28, 2019
by
Delaigue Olivier
Browse files
v1.2.11.20 CLEAN: main argument removed from empty plot in plot.Outputsmodel fun
parent
850b6165
Changes
3
Hide whitespace changes
Inline
Side-by-side
DESCRIPTION
View file @
eaf48e4a
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")),
...
...
NEWS.rmd
View file @
eaf48e4a
...
...
@@ -13,7 +13,7 @@ output:
### 1.2.11.
19
Release Notes (2019-03-28)
### 1.2.11.
20
Release Notes (2019-03-28)
...
...
R/plot.OutputsModel.R
View file @
eaf48e4a
...
...
@@ -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
)
...
...
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