Description Usage Arguments Value Author(s) References Examples
View source: R/CAADate_AfterPapalReform_Date.R
CAADate_AfterPapalReform_Date
1 | CAADate_AfterPapalReform_Date(Year, Month, Day)
|
Year |
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). |
Logical, indicating whether the data has been reformed or not. Year = 1582, Month = 10, Day = 15
C++ code by PJ Naughter, imported to R by Jinlong Zhang
Meeus, J. H. (1991). Astronomical algorithms. Willmann-Bell, Incorporated.
1 2 | CAADate_AfterPapalReform_Date(Year = 1582, Month = 9, Day = 10)
CAADate_AfterPapalReform_Date(Year = 1582, Month = 11, Day = 1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.