solar | R Documentation |
Calculate solar time, the equation of time and solar declination
solar(tm)
tm |
a vector of POSIXct times. |
The solar time, the equation of time and the sine and cosine of
the solar declination are calculated for the times specified by
tm
using the same methods as
www.esrl.noaa.gov/gmd/grad/solcalc/.
A list containing the following vectors.
|
the solar time (degrees) |
|
the equation of time (minutes of time) |
|
sine of the solar declination |
|
cosine of the solar declination |
zenith
## Current solar time solar(Sys.time())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.