Description Usage Arguments Value Author(s) References Examples
View source: R/CAAJewishCalendar_DateOfPesach.R
CAAJewishCalendar_DateOfPesach
1 | CAAJewishCalendar_DateOfPesach(Year, bGregorianCalendar)
|
Year |
Year The year in the Julian or Gregorian Calendar to calculate Jewish Easter or Pesach for. (Years are counted astronomically i.e. 1 BC = Year 0) |
bGregorianCalendar |
bGregorianCalendar true to imply a date in the Gregorian Calendar, false means use the Julian Calendar. |
A class containing
Year The year in the Jewish Calendar.
Month The month of the year in the Gregorian or Julian Calendar corresponding to when Pesach occurs.
Day The day of the month in the Gregorian or Julian Calendar corresponding to when Pesach occurs.
C++ code by PJ Naughter, imported to R by Jinlong Zhang
Meeus, J. H. (1991). Astronomical algorithms. Willmann-Bell, Incorporated.
1 | CAAJewishCalendar_DateOfPesach(Year = 1415, bGregorianCalendar = TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.