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
2c1b065b
Commit
2c1b065b
authored
Mar 30, 2017
by
unknown
Browse files
v1.0.5.29 plot.OutputsModel() use month.abb for x labels of the regime plot
parent
996a1b5f
Changes
2
Hide whitespace changes
Inline
Side-by-side
DESCRIPTION
View file @
2c1b065b
Package: airGR
Type: Package
Title: Suite of GR Hydrological Models for Precipitation-Runoff Modelling
Version: 1.0.5.2
8
Version: 1.0.5.2
9
Date: 2017-03-30
Authors@R: c(
person("Laurent", "Coron", role = c("aut", "trl")),
...
...
R/plot.OutputsModel.R
View file @
2c1b065b
...
...
@@ -340,7 +340,7 @@ plot.OutputsModel <- function(x, Qobs = NULL, IndPeriod_Plot = NULL, BasinArea =
labX
<-
""
;
}
xLabels1
<-
rep
(
""
,
13
);
xLabels2
<-
c
(
"jan"
,
"feb"
,
"mar"
,
"apr"
,
"may"
,
"jun"
,
"jul"
,
"aug"
,
"sep"
,
"oct"
,
"nov"
,
"dec"
);
xLabels2
<-
month.abb
ylimQ
<-
range
(
c
(
DataPlotQ
$
Qobs
,
DataPlotQ
$
Qsim
),
na.rm
=
TRUE
);
if
(
BOOL_Pobs
){
ylimP
<-
c
(
max
(
DataPlotP
$
Precip
,
na.rm
=
TRUE
),
0
);
}
txtleg
<-
NULL
;
colleg
<-
NULL
;
lwdleg
<-
NULL
;
lwdP
=
10
;
...
...
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