ETo_Pan {FAO56} | R Documentation |
Evapotranspiration based on Pan Evaporation Method
Description
ETo_Pan
returns the value of reference evapotranspiration based on the pan evaporation method.
Usage
ETo_Pan(K_p, E_pan)
Arguments
K_p |
A numeric scalar that denotes the pan coefficient. |
E_pan |
A numeric scalar that denotes the pan evaporation [mm/day]. |
Details
This is a function to calculate the reference evapotranspiration [mm/day] based on the pan evaporation method.
Value
The function returns the value of the reference evapotranspiration as a numeric scalar.
Reference
See Also
Examples
ETo_Pan(K_p = 0.6, E_pan = 5)
[Package FAO56 version 1.0 Index]