pres_air_density: Air density

pres_air_densityR Documentation

Air density

Description

Calculation of the air density.

Usage

pres_air_density(...)

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

## S3 method for class 'numeric'
pres_air_density(p, t, ...)

Arguments

...

Additional parameters passed to later functions.

weather_station

Object of class weather_station.

height

"lower" or "upper"

p

Pressure in hPa.

t

Temperature in °C.

Value

Air density in kg/m³.


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