AtmPres {FAO56} | R Documentation |
AtmPres
returns the value of atmospheric pressure.
AtmPres(z)
z |
A numeric scalar that denotes elevation above sea level [m]. |
This is a function to calculate the atmospheric pressure [kPa] based on the elevation above the sea level.
The function returns the value of the atmospheric pressure as a numeric scalar.
AtmPres(z = 1800)