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
808a31b3
Commit
808a31b3
authored
Jan 30, 2018
by
unknown
Browse files
v1.0.9.73 graphical parameters recorded and executed when the plot.OutputsModel function exits
parent
761254d5
Changes
2
Hide whitespace changes
Inline
Side-by-side
DESCRIPTION
View file @
808a31b3
Package: airGR
Package: airGR
Type: Package
Type: Package
Title: Suite of GR Hydrological Models for Precipitation-Runoff Modelling
Title: Suite of GR Hydrological Models for Precipitation-Runoff Modelling
Version: 1.0.9.7
2
Version: 1.0.9.7
3
Date: 2018-01-30
Date: 2018-01-30
Authors@R: c(
Authors@R: c(
person("Laurent", "Coron", role = c("aut", "trl")),
person("Laurent", "Coron", role = c("aut", "trl")),
...
...
R/plot.OutputsModel.R
View file @
808a31b3
...
@@ -131,7 +131,11 @@ plot.OutputsModel <- function(x, Qobs = NULL, IndPeriod_Plot = NULL, BasinArea =
...
@@ -131,7 +131,11 @@ plot.OutputsModel <- function(x, Qobs = NULL, IndPeriod_Plot = NULL, BasinArea =
# if (Sum1 == 0 & Sum2 == 3) { width = 10; height = 03; }
# if (Sum1 == 0 & Sum2 == 3) { width = 10; height = 03; }
# dev.new(width = width, height = height)
# dev.new(width = width, height = height)
# }
# }
layout
(
matlayout
);
opar
<-
par
(
no.readonly
=
TRUE
)
on.exit
(
par
(
opar
))
layout
(
matlayout
)
Xaxis
<-
1
:
length
(
IndPeriod_Plot
);
Xaxis
<-
1
:
length
(
IndPeriod_Plot
);
if
(
BOOL_Dates
)
{
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