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
6c2cc4be
Commit
6c2cc4be
authored
Apr 05, 2017
by
unknown
Browse files
v1.0.6.11 ylab corrected for Temp plot in plot.OutputsModel
parent
d09859b7
Changes
2
Hide whitespace changes
Inline
Side-by-side
DESCRIPTION
View file @
6c2cc4be
Package: airGR
Type: Package
Title: Suite of GR Hydrological Models for Precipitation-Runoff Modelling
Version: 1.0.6.1
0
Version: 1.0.6.1
1
Date: 2017-04-05
Authors@R: c(
person("Laurent", "Coron", role = c("aut", "trl")),
...
...
R/plot.OutputsModel.R
View file @
6c2cc4be
...
...
@@ -218,7 +218,7 @@ plot.OutputsModel <- function(x, Qobs = NULL, IndPeriod_Plot = NULL, BasinArea =
abline
(
h
=
0
,
col
=
"grey"
,
lty
=
2
)
lines
(
SnowPackLayerMean
[
IndPeriod_Plot
],
type
=
"l"
,
lwd
=
lwd
*
lwdk
*
1.0
,
col
=
"darkorchid4"
)
axis
(
side
=
2
,
at
=
pretty
(
ylim1
),
labels
=
pretty
(
ylim1
),
cex.axis
=
cex.axis
,
...
)
par
(
las
=
0
);
mtext
(
side
=
2
,
expression
(
paste
0
(
"temp. ["
,
degree
,
"C]"
)),
padj
=
0.2
,
line
=
line
,
cex
=
cex.lab
);
par
(
las
=
0
);
par
(
las
=
0
);
mtext
(
side
=
2
,
expression
(
paste
(
"temp. ["
,
degree
,
"C]"
,
sep
=
""
)),
padj
=
0.2
,
line
=
line
,
cex
=
cex.lab
);
par
(
las
=
0
);
legend
(
"topright"
,
legend
=
c
(
"mean"
,
"layers"
),
col
=
c
(
"darkorchid4"
,
"orchid"
),
lty
=
c
(
1
,
3
),
lwd
=
c
(
lwd
*
1.0
,
lwd
*
0.8
),
bty
=
"o"
,
bg
=
bg
,
box.col
=
bg
,
cex
=
cex.leg
)
box
()
if
(
BOOL_Dates
)
{
...
...
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