Description Usage Arguments Value Author(s) References Examples
View source: R/CAADate_GregorianToJulian.R
CAADate_GregorianToJulian
1 | CAADate_GregorianToJulian(Year, Month, Day)
|
Year |
Year The year in the Gregorian Calendar to convert. (Years are counted astronomically i.e. 1 BC = Year 0) |
Month |
Month The month of the year in the Gregorian Calendar (1 for January to 12 for December). |
Day |
Day The day of the month in the Gregorian Calendar. |
A class containing
Year The year in the Julian Calendar. (Years are counted astronomically i.e. 1 BC = Year 0)
Month The month of the year in the Julian Calendar (1 for January to 12 for December).
Day The day of the month in the Julian Calendar.
C++ code by PJ Naughter, imported to R by Jinlong Zhang
Meeus, J. H. (1991). Astronomical algorithms. Willmann-Bell, Incorporated.
1 | CAADate_GregorianToJulian(Year = 2014, Month = 1, Day = 1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.