rad_sw_toa | R Documentation |
Calculation of the shortwave radiation at the top of the atmosphere.
rad_sw_toa(...) ## S3 method for class 'POSIXt' rad_sw_toa(datetime, lat, lon, ...) ## S3 method for class 'weather_station' rad_sw_toa(weather_station, ...)
... |
Additional parameters passed to later functions. |
datetime |
Date and time as POSIX type.
See |
lat |
Latitude of the place of the climate station in decimal degrees. |
lon |
Longitude of the place of the climate station in decimal degrees. |
weather_station |
Object of class weather_station. |
Shortwave radiation at top of atmosphere in W/m^2.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.