julian_day | R Documentation |
This function converts a date in the Gregorian calendar to a Julian day number (i.e., a method of consecutive numbering of days—does not have anything to do with the Julian calendar!)
julian_day(y, m, i)
y |
double, year. |
m |
double, month. |
i |
double, day of month. |
valid for dates after -4712 January 1 (i.e., jde >= 0)
double, Julian day.
Meeus, J. 1991. Chapter 7 "Julian Day". Astronomical Algorithms. Willmann-Bell.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.