Learn R Programming

MeTo (version 0.1.1)

estP: Estimate atmospheric pressure (P)

Description

Values for atmospheric pressure as a function of altitude.

Usage

estP(elev, control = list(Tko = 20))

Arguments

elev

elevation [m]

control

list for control parameters and empirical factors defined in controlDefaults and constDefaults (see Details)

Value

atmospheric pressure [kPa]

Details

References

Allen, R. G., Pereira, L. S., Raes, D., & Smith, M. (1998). Crop evapotranspiration-Guidelines for computing crop water requirements-FAO Irrigation and drainage paper 56. FAO, Rome, 300(9).

Examples

Run this code
# NOT RUN {
estP(elev = 25, control = list(Tko = 20))
# }

Run the code above in your browser using DataLab