Description Usage Arguments Value References Examples
View source: R/solar_calculations.R
Calculates the solar declination for the given days. The angle is returned in radians, because the trigonometric R functions (sin, cos, tan) are workign in radians. The Fourier series method is used to calculate solar declination.
1 | solar_declination(doy)
|
doy |
integer, day of year |
An integer or a numeric vector in radians
https://www.e-education.psu.edu/eme810/
1 | solar_declination(doy = 100)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.