Description Usage Arguments Value Author(s) See Also Examples
View source: R/fire_index_functions.r
Calculates the energy (Watts) of sunlight reaching the earth for a given day of year, latitude and hour of day.
1 | hourwatt(dayofyear, latitude, hour)
|
dayofyear |
Day of year, julian day. |
latitude |
Latitude of location, southern locations take negative latitudes. |
hour |
Hour of day, from midnight. |
Watts per square meter of radiation received.
Grant Williamson
dayintegral
,daylengths
,sunaltitude
1 2 3 4 | latitude = -42
hour=11
doy=20
hourwatt(doy,latitude,hour)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.