Description Usage Arguments Value Author(s) References Examples
View source: R/CAADate_DateToJD.R
CAADate_DateToJD
1 | CAADate_DateToJD(Year, Month, Day, bGregorianCalendar)
|
Year |
Year The year. (Years are counted astronomically i.e. 1 BC = Year 0) Year The year. (Years are counted astronomically i.e. 1 BC = Year 0) |
Month |
Month The month of the year (1 for January to 12 for December). |
Day |
Day The day of the month (Can include decimals). |
bGregorianCalendar |
bGregorianCalendar true to imply a date in the Gregorian Calendar, false means use the Julian Calendar. |
Julian Date
C++ code by PJ Naughter, imported to R by Jinlong Zhang
Meeus, J. H. (1991). Astronomical algorithms. Willmann-Bell, Incorporated.
1 | CAADate_DateToJD(Year = 2014, Month = 2, Day = 1, bGregorianCalendar = TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.