Commit abc1873a authored by Delaigue Olivier's avatar Delaigue Olivier
Browse files

v1.3.2.13 DOC: reindent PE_Oudin example code

Showing with 4 additions and 4 deletions
+4 -4
Package: airGR
Type: Package
Title: Suite of GR Hydrological Models for Precipitation-Runoff Modelling
Version: 1.3.2.12
Version: 1.3.2.13
Date: 2019-05-23
Authors@R: c(
person("Laurent", "Coron", role = c("aut", "trl"), comment = c(ORCID = "0000-0002-1503-6204")),
......
......@@ -14,7 +14,7 @@ output:
### 1.3.2.12 Release Notes (2019-05-23)
### 1.3.2.13 Release Notes (2019-05-23)
#### New features
......
......@@ -64,8 +64,8 @@ The use of the \code{PEdaily_Oudin} corresponds to the first case of the use of
library(airGR)
data(L0123001)
PotEvap <- PE_Oudin(JD = as.POSIXlt(BasinObs$DatesR)$yday + 1,
Temp = BasinObs$T,
Lat = 0.8, LatUnit = "rad")
Temp = BasinObs$T,
Lat = 0.8, LatUnit = "rad")
}
......
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