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
airGRteaching
Commits
130f7e99
Commit
130f7e99
authored
Jan 04, 2021
by
Delaigue Olivier
Browse files
v0.2.10.101 docs(man): review minor typo in ShinyGR example
parent
15e3b4ab
Pipeline
#18769
passed with stages
in 1 minute and 32 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
DESCRIPTION
View file @
130f7e99
Package: airGRteaching
Type: Package
Title: Teaching Hydrological Modelling with the GR Rainfall-Runoff Models ('Shiny' Interface Included)
Version: 0.2.10.10
0
Date: 2020-
12-21
Version: 0.2.10.10
1
Date: 2020-
01-04
Authors@R: c(
person("Olivier", "Delaigue", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-7668-8468"), email = "airGR@inrae.fr"),
person("Laurent", "Coron", role = c("aut"), comment = c(ORCID = "0000-0002-1503-6204")),
...
...
NEWS.md
View file @
130f7e99
...
...
@@ -4,7 +4,7 @@
### 0.2.10.10
0
Release Notes (2020-
12-21
)
### 0.2.10.10
1
Release Notes (2020-
01-04
)
#### New features
...
...
man/ShinyGR.Rd
View file @
130f7e99
...
...
@@ -91,8 +91,10 @@ BV_L0123001m <- SeriesAggreg(BV_L0123001[BV_L0123001$DatesR < "2000-06-01", ],
## Interactive simulation using when inputs set by using independant vectors
\donttest{if (interactive()) {
ShinyGR(DatesR = BV_L0123002$DatesR, Precip = BV_L0123002$P,
PotEvap = BV_L0123002$E, Qobs = BV_L0123002$Qmm,
ShinyGR(DatesR = BV_L0123002$DatesR,
Precip = BV_L0123002$P,
PotEvap = BV_L0123002$E,
Qobs = BV_L0123002$Qmm,
Temp = BV_L0123002$T,
ZInputs = median(BI_L0123002$HypsoData),
HypsoData = BI_L0123002$HypsoData,
...
...
@@ -106,8 +108,10 @@ BV_L0123001m <- SeriesAggreg(BV_L0123001[BV_L0123001$DatesR < "2000-06-01", ],
## Observed discharge set to NA in the Qobs argument
## or in the 4th column of the data.frame if the ObsDF argument is used
\donttest{if (interactive()) {
ShinyGR(DatesR = BV_L0123001$DatesR, Precip = BV_L0123001$P,
PotEvap = BV_L0123001$E, Qobs = NA,
ShinyGR(DatesR = BV_L0123001$DatesR,
Precip = BV_L0123001$P,
PotEvap = BV_L0123001$E,
Qobs = NA,
SimPer = c("1994-01-01", "1998-12-31"),
NamesObsBV = "Low-land basin",
theme = "Cyborg")
...
...
@@ -116,7 +120,7 @@ BV_L0123001m <- SeriesAggreg(BV_L0123001[BV_L0123001$DatesR < "2000-06-01", ],
## Interactive simulation when inputs are at different time steps
\donttest{if (interactive()) {
ShinyGR(ObsDF = list("Low-land basin [daily]" = BV_L0123001,
"Low-land basin [monthly]" = BV_L0123001m),
"Low-land basin [monthly]" = BV_L0123001m),
SimPer = list(c("1994-01-01", "1998-12-01"),
c("1994-01-01", "1998-12-01")),
theme = "Flatly")
...
...
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