airpressure_from_elev {TrenchR}R Documentation

Air Pressure from Elevation

Description

The function estimates air pressure (kPa) as a function of elevation (Engineering ToolBox 2003).

Usage

airpressure_from_elev(elev)

Arguments

elev

numeric elevation (meters).

Value

numeric air pressure (kPa).

References

Engineering ToolBox (2003). Atmospheric Pressure vs. Elevation above Sea Level. https://www.engineeringtoolbox.com/air-altitude-pressure-d_462.html.

See Also

Other utility functions: azimuth_angle(), day_of_year(), daylength(), dec_angle(), solar_noon(), temperature conversions, zenith_angle()

Examples

  airpressure_from_elev(elev = 1500)


[Package TrenchR version 1.1.1 Index]