rad_emissivity_air: Emissivity of the atmosphere

rad_emissivity_airR Documentation

Emissivity of the atmosphere

Description

Calculation of the emissivity of the atmosphere.

Usage

rad_emissivity_air(...)

## S3 method for class 'numeric'
rad_emissivity_air(t, elev, p = NULL, ...)

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

Arguments

...

Additional parameters passed to later functions.

t

Air temperature in °C.

elev

Meters above sea level in m.

p

OPTIONAL. Air pressure in hPa.

weather_station

Object of class weather_station.

height

Height of measurement. "lower" or "upper".

Value

Emissivity of the atmosphere (0-1).


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