Learn R Programming

TrenchR (version 1.1.1)

airpressure_from_elev: Air Pressure from Elevation

Description

The function estimates air pressure (kPa) as a function of elevation engingeeringtoolboxTrenchR.

Usage

airpressure_from_elev(elev)

Value

numeric air pressure (kPa).

Arguments

elev

numeric elevation (meters).

References

See Also

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

Examples

Run this code
  airpressure_from_elev(elev = 1500)

Run the code above in your browser using DataLab