sol_eccentricity | R Documentation |
Calculates the eccentricity.
sol_eccentricity(...) ## S3 method for class 'POSIXt' sol_eccentricity(datetime, ...) ## S3 method for class 'weather_station' sol_eccentricity(weather_station, ...)
... |
Additional parameters passed to later functions. |
datetime |
POSIXt object (POSIXct, POSIXlt). See base::as.POSIXlt and base::strptime for conversion. |
weather_station |
Object of class weather_station. |
Eccentricity at the date.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.