fromjul | R Documentation |
given julian day and year get month/day
fromjul(jul, yy)
jul |
Julian Day |
yy |
year |
list(mo=mm, dom=dd)
Jonathan M. Lees<jonathan.lees.edu>
tojul
iyear <- 2001
jul <- 233
inine <- tojul(iyear,1,1);
ijul <- inine + jul - 1;
fromjul( ijul, iyear);
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.