fromjul {Rsac} | R Documentation |
Converts to and from Julian days.
fromjul(jul, yy) tojul(year, month, day) getmoday(jul, iyear)
jul |
julian day. |
yy, year, iyear, month, day |
Calendar year, month, and day. |
a list containing the date values. The specific elements of the list are:
mo |
month. |
dom |
day of month. |
jul |
Julian day. |
Jonathan M. Lees <jonathan.lees@unc.edu>