rad_lw_out | R Documentation |
Calculates emissions of a surface.
rad_lw_out(...) ## S3 method for class 'numeric' rad_lw_out(t_surface, emissivity_surface = 0.95, ...) ## S3 method for class 'weather_station' rad_lw_out(weather_station, emissivity_surface = 0.95, ...)
... |
Additional parameters passed to later functions. |
t_surface |
Surface temperature in degrees C. |
emissivity_surface |
Emissivity of surface. Default is emissivity for short grass. |
weather_station |
Object of class weather_station. |
If a weather_station object is given, the lower air temperature will be used instead of the surface temperature.
Emissions in W/m^2.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.