rad_emissivity_air | R Documentation |
Calculation of the emissivity of the atmosphere.
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", ...)
... |
Additional parameters passed to later functions. |
t |
Air temperature in degrees C. |
elev |
Meters above sea level |
p |
OPTIONAL. Air pressure in hPa. If not available, will be calculated from elev and air temperature. |
weather_station |
Object of class weather_station. |
height |
Height of measurement. "lower" or "upper". |
Emissivity of the atmosphere (0-1).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.