Description Usage Arguments Value Author(s) References Examples
View source: R/CAADate_DayOfYear.R
CAADate_DayOfYear
| 1 | CAADate_DayOfYear(JD, Year, bGregorianCalendar)
 | 
| JD | The date in Dynamical time to calculate for. | 
| Year | Year The year. (Years are counted astronomically i.e. 1 BC = Year 0) | 
| bGregorianCalendar | Logical, refers to whether the Gregorian Calendar will be applied. | 
Returns the day of year (including decimals) this date represents.
C++ code by PJ Naughter, imported to R by Jinlong Zhang
Meeus, J. H. (1991). Astronomical algorithms. Willmann-Bell, Incorporated.
| 1 | CAADate_DayOfYear(JD = 2456655.5, Year = 2014, bGregorianCalendar = TRUE)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.