CAAJewishCalendar_DateOfPesach: CAAJewishCalendar_DateOfPesach

Description Usage Arguments Value Author(s) References Examples

View source: R/CAAJewishCalendar_DateOfPesach.R

Description

CAAJewishCalendar_DateOfPesach

Usage

1
CAAJewishCalendar_DateOfPesach(Year, bGregorianCalendar)

Arguments

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.

Value

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.

Author(s)

C++ code by PJ Naughter, imported to R by Jinlong Zhang

References

Meeus, J. H. (1991). Astronomical algorithms. Willmann-Bell, Incorporated.

Examples

1
CAAJewishCalendar_DateOfPesach(Year = 1415, bGregorianCalendar = TRUE)

helixcn/skycalc documentation built on March 31, 2021, 5:45 a.m.