pres_p: Air pressure

pres_pR Documentation

Air pressure

Description

Calculation of pressure as a function of height.

Usage

pres_p(...)

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

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

Arguments

...

Additional parameters passed to later functions.

weather_station

Object of class weather_station

height

lower or upper

elev

Elevation above sea level in m.

t

Temperature in degrees C.

Value

Pressure in hPa.


jonasViehweger/fieldClim documentation built on June 22, 2022, 3:17 p.m.