Commit 10a03163 authored by unknown's avatar unknown
Browse files

Add spaces in the PEdaily_Oudin() example

Showing with 1 addition and 1 deletion
+1 -1
...@@ -21,7 +21,7 @@ Function which computes daily PE using the formula from Oudin et al. (2005). ...@@ -21,7 +21,7 @@ Function which computes daily PE using the formula from Oudin et al. (2005).
\examples{ \examples{
library(airGR) library(airGR)
data(L0123001) data(L0123001)
PotEvap <- PEdaily_Oudin(JD=as.POSIXlt(BasinObs$DatesR)$yday,Temp=BasinObs$T,LatRad=0.8) PotEvap <- PEdaily_Oudin(JD = as.POSIXlt(BasinObs$DatesR)$yday, Temp = BasinObs$T, LatRad = 0.8)
} }
\author{ \author{
Laurent Coron, Ludovic Oudin (December 2013) Laurent Coron, Ludovic Oudin (December 2013)
......
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