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
a1932326
Commit
a1932326
authored
Sep 05, 2017
by
unknown
Browse files
v1.0.9.33 typo revisions of labels and axis aspects fixed in plot.OutputsModel
parent
bb2f7121
Changes
2
Hide whitespace changes
Inline
Side-by-side
DESCRIPTION
View file @
a1932326
Package: airGR
Type: Package
Title: Suite of GR Hydrological Models for Precipitation-Runoff Modelling
Version: 1.0.9.3
2
Version: 1.0.9.3
3
Date: 2017-09-05
Authors@R: c(
person("Laurent", "Coron", role = c("aut", "trl")),
...
...
R/plot.OutputsModel.R
View file @
a1932326
...
...
@@ -289,7 +289,7 @@ plot.OutputsModel <- function(x, Qobs = NULL, IndPeriod_Plot = NULL, BasinArea =
if
(
!
is.null
(
BasinArea
))
{
Factor
<-
Factor_UNIT_M3S
;
axis
(
side
=
4
,
at
=
seqDATA1ba
,
labels
=
seqDATA2ba
,
cex.axis
=
cex.axis
,
...
)
par
(
las
=
0
);
mtext
(
side
=
4
,
paste0
(
"flow "
,
"m3/s"
),
line
=
line
,
cex
=
cex.lab
);
par
(
las
=
0
);
}
par
(
las
=
0
);
mtext
(
side
=
4
,
paste0
(
"flow "
,
"
[
m3/s
]
"
),
line
=
line
,
cex
=
cex.lab
);
par
(
las
=
0
);
}
if
(
BOOL_Dates
)
{
axis
(
side
=
1
,
at
=
Seq1
,
labels
=
FALSE
,
cex.axis
=
cex.axis
,
...
);
axis
(
side
=
1
,
at
=
Seq2
,
labels
=
Labels2
,
lwd.ticks
=
1.5
,
cex.axis
=
cex.axis
,
...
);
...
...
@@ -313,7 +313,7 @@ plot.OutputsModel <- function(x, Qobs = NULL, IndPeriod_Plot = NULL, BasinArea =
if
(
!
is.null
(
BasinArea
))
{
Factor
<-
Factor_UNIT_M3S
;
axis
(
side
=
4
,
at
=
pretty
(
ylim1
*
Factor
)
/
Factor
,
labels
=
pretty
(
ylim1
*
Factor
),
cex.axis
=
cex.axis
,
...
);
par
(
las
=
0
);
mtext
(
side
=
4
,
paste
(
"flow"
,
"m3/s"
,
sep
=
" "
),
line
=
line
,
cex
=
cex.lab
);
par
(
las
=
0
);
}
par
(
las
=
0
);
mtext
(
side
=
4
,
paste
(
"flow"
,
"
[
m3/s
]
"
,
sep
=
" "
),
line
=
line
,
cex
=
cex.lab
);
par
(
las
=
0
);
}
if
(
BOOL_Dates
)
{
axis
(
side
=
1
,
at
=
Seq1
,
labels
=
FALSE
,
cex.axis
=
cex.axis
,
...
);
axis
(
side
=
1
,
at
=
Seq2
,
labels
=
Labels2
,
lwd.ticks
=
1.5
,
cex.axis
=
cex.axis
,
...
);
...
...
@@ -421,9 +421,9 @@ plot.OutputsModel <- function(x, Qobs = NULL, IndPeriod_Plot = NULL, BasinArea =
if
(
BOOL_Pobs
)
{
posleg
<-
"right"
;
txtlab
<-
"precip. & flow regime"
;
}
par
(
las
=
0
);
mtext
(
side
=
2
,
paste0
(
txtlab
,
" "
,
plotunitregime
),
line
=
line
,
cex
=
cex.lab
);
par
(
las
=
0
);
if
(
!
is.null
(
BasinArea
))
{
Factor
<-
Factor_UNIT_M3S
;
Factor
<-
Factor_UNIT_M3S
/
(
365.25
/
12
)
axis
(
side
=
4
,
at
=
pretty
(
ylimQ
*
Factor
)
/
Factor
,
labels
=
pretty
(
ylimQ
*
Factor
),
cex.axis
=
cex.axis
,
...
);
par
(
las
=
0
);
mtext
(
side
=
4
,
paste0
(
"flow "
,
"m3/s"
),
line
=
line
,
cex
=
cex.lab
);
par
(
las
=
0
);
}
par
(
las
=
0
);
mtext
(
side
=
4
,
paste0
(
"flow "
,
"
[
m3/s
]
"
),
line
=
line
,
cex
=
cex.lab
);
par
(
las
=
0
);
}
### posleg <- "topright"; if (BOOL_Pobs) { posleg <- "right"; }
### legend(posleg, txtleg, col = colleg, lty = 1, lwd = lwdleg, bty = "o", bg = bg, box.col = bg, cex = cex.leg)
box
()
...
...
@@ -470,7 +470,7 @@ plot.OutputsModel <- function(x, Qobs = NULL, IndPeriod_Plot = NULL, BasinArea =
if
(
!
is.null
(
BasinArea
))
{
Factor
<-
Factor_UNIT_M3S
;
axis
(
side
=
4
,
at
=
seqDATA1
,
labels
=
round
(
seqDATA2
*
Factor
,
digits
=
2
),
cex.axis
=
cex.axis
,
...
)
par
(
las
=
0
);
mtext
(
side
=
4
,
paste0
(
"flow "
,
"m3/s"
),
line
=
line
,
cex
=
cex.lab
);
par
(
las
=
0
)
par
(
las
=
0
);
mtext
(
side
=
4
,
paste0
(
"flow "
,
"
[
m3/s
]
"
),
line
=
line
,
cex
=
cex.lab
);
par
(
las
=
0
)
}
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
)
...
...
@@ -502,7 +502,7 @@ plot.OutputsModel <- function(x, Qobs = NULL, IndPeriod_Plot = NULL, BasinArea =
if
(
!
is.null
(
BasinArea
))
{
Factor
<-
Factor_UNIT_M3S
;
axis
(
side
=
4
,
at
=
seqDATA1
,
labels
=
round
(
seqDATA2
*
Factor
,
digits
=
2
),
cex.axis
=
cex.axis
,
...
);
par
(
las
=
0
);
mtext
(
side
=
4
,
paste0
(
"flow "
,
"m3/s"
),
line
=
line
,
cex
=
cex.lab
);
par
(
las
=
0
);
}
par
(
las
=
0
);
mtext
(
side
=
4
,
paste0
(
"flow "
,
"
[
m3/s
]
"
),
line
=
line
,
cex
=
cex.lab
);
par
(
las
=
0
);
}
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
=
""
,
...
)
...
...
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