rad_bal_total | R Documentation |
Calculate total radiation balance.
rad_bal_total(...) ## S3 method for class 'numeric' rad_bal_total(rad_sw_radiation_balance, rad_lw_out, rad_lw_in, ...) ## S3 method for class 'weather_station' rad_bal_total(weather_station, ...)
... |
Additional parameters passed to later functions. |
rad_sw_radiation_balance |
Shortwave radiation balance in W/m². |
rad_lw_out |
Longwave surface emissions in W/m². |
rad_lw_in |
Atmospheric radiation in W/m². |
weather_station |
Object of class weather_station. |
Total radiation balance in W/m².
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.