AtmPres {FAO56} | R Documentation |
Atmospheric Pressure (P)
Description
AtmPres
returns the value of atmospheric pressure.
Usage
AtmPres(z)
Arguments
z |
A numeric scalar that denotes elevation above sea level [m]. |
Details
This is a function to calculate the atmospheric pressure [kPa] based on the elevation above the sea level.
Value
The function returns the value of the atmospheric pressure as a numeric scalar.
Reference
See Also
Examples
AtmPres(z = 1800)
[Package FAO56 version 1.0 Index]