Description Usage Arguments Value Warning Note Author(s) References See Also Examples
Computes Julian Day from a given date.
1 | JDymd(year,month,day,hour=12,minute=0,sec=0)
|
year |
numeric year |
month |
1-12: number of the month. |
day |
1-31: day of the month. |
hour |
0-23: hour of the day. |
minute |
0-59: minutes. |
sec |
0-59: seconds. |
Julian Day, or number of days since January 1, 4713 BCE at noon UTC.
This simplification is only valid between 1901 and 2099. To get correct values it is recommended to increase the number of digits to display: options(digits=12)
You may like to double check the results here:
https://ssd.jpl.nasa.gov/tc.cgi
Javier G. Corripio
Danby, J. M. Eqn. 6.16.4 in Fundamentals of Celestial Mechanics, 2nd ed. Richmond, VA: Willmann-Bell, p. 207, 1988.
1 2 3 4 | |
[1] 2458563
[1] "Number of days since the beginning of the century (1/1/2001): 7402.70721319364"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.