pres_p: Air pressure

pres_pR Documentation

Air pressure

Description

Calculation of pressure as a function of the elevation above sea level.

Usage

pres_p(...)

## S3 method for class 'numeric'
pres_p(elev, t, ...)

## S3 method for class 'weather_station'
pres_p(weather_station, height = "lower", ...)

Arguments

...

Additional parameters passed to later functions.

elev

Elevation above sea level in m.

t

Temperature in °C.

weather_station

Object of class weather_station.

height

'lower' or 'upper'

Value

Pressure in hPa.


FabianMitze/FieldClimRevised documentation built on Sept. 4, 2022, 12:38 a.m.