Commit 7b2456b2 authored by Delaigue Olivier's avatar Delaigue Olivier
Browse files

v0.2.10.20 DOC: explanation added about the time steps of the times series in...

v0.2.10.20 DOC: explanation added about the time steps of the times series in the ShinyGR help page #14
Showing with 4 additions and 4 deletions
+4 -4
Package: airGRteaching Package: airGRteaching
Type: Package Type: Package
Title: Teaching Hydrological Modelling with the GR Rainfall-Runoff Models ('Shiny' Interface Included) Title: Teaching Hydrological Modelling with the GR Rainfall-Runoff Models ('Shiny' Interface Included)
Version: 0.2.10.19 Version: 0.2.10.20
Date: 2020-04-18 Date: 2020-04-18
Authors@R: c( Authors@R: c(
person("Olivier", "Delaigue", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-7668-8468"), email = "airGR@inrae.fr"), person("Olivier", "Delaigue", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-7668-8468"), email = "airGR@inrae.fr"),
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
### 0.2.10.19 Release Notes (2020-04-17) ### 0.2.10.20 Release Notes (2020-04-17)
#### New features #### New features
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
\alias{ShinyGR} \alias{ShinyGR}
\title{Interactive Web application to run manually the GR4J, GR5 and GR6J hydrological models with or without CemaNeige} \title{Interactive Web application to run manually the GR2M, GR4J, GR5 and GR6J hydrological models with or without CemaNeige}
\description{Shiny application to understand and to display in a interactive way the impact of each parameter of the GR models on the simulated flows} \description{Shiny application to understand and to display in a interactive way the impact of each parameter of the GR models on the simulated flows}
...@@ -20,7 +20,7 @@ ShinyGR(ObsDF = NULL, ...@@ -20,7 +20,7 @@ ShinyGR(ObsDF = NULL,
\arguments{ \arguments{
\item{ObsDF}{(optional) [data.frame or list of data.frame] \code{data.frame} of dates, total precipitation, potential evapotranspiration, observed discharge and mean air temperature (only if CemaNeige is used) (variables must be in this order; see below for the units)} \item{ObsDF}{(optional) [data.frame or list of data.frame] \code{data.frame} of dates, total precipitation, potential evapotranspiration, observed discharge and mean air temperature (only if CemaNeige is used) (variables must be in this order; see below for the units)}
\item{DatesR}{(optional) [POSIXt] vector of dates required to create the GR and CemaNeige models inputs. Time zone must be defined as "UTC"} \item{DatesR}{(optional) [POSIXt] vector of daily or monthly dates required to create the GR and CemaNeige models inputs. Time zone must be defined as "UTC"}
\item{Precip}{(optional) [numeric] time series of total precipitation (catchment average) [mm/time step], required to create the GR and CemaNeige models inputs} \item{Precip}{(optional) [numeric] time series of total precipitation (catchment average) [mm/time step], required to create the GR and CemaNeige models inputs}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment