Learn R Programming

FAO56 (version 1.0)

AtmPres: Atmospheric Pressure (P)

Description

AtmPres returns the value of atmospheric pressure.

Usage

AtmPres(z)

Value

The function returns the value of the atmospheric pressure as a numeric scalar.

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.

See Also

PsyCon.

Examples

Run this code
AtmPres(z = 1800)

Run the code above in your browser using DataLab