Description Usage Arguments References Examples
View source: R/solar_calculations.R
Calculates solar sunset angles for a given latitude. The input values have to be in radians! Convert from degree to radians by multiplication with pi/180 As default a latitude value of 0 is used.
1 | solar_sunset_angle(dec, lat = 0)
|
dec |
numeric, solar declination values in radians. One or multiple values allowed |
lat |
numeric, latitude in radians. Only a single value allowed |
https://www.e-education.psu.edu/eme810/
1 2 | declination <- solar_declination(1:365)
angle <- solar_sunset_angle(dec = declination, lat = 0.8138967)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.