jul2date2 | R Documentation |
Converts Julian day of year (DOY) into an integer date (day,month,year). If y is missing a non-leap year is assumed.
jul2date2(d,y)
d |
DOY, numeric coerced into an integer. |
y |
Year, numeric coerced into an integer, default 2000. |
day |
Day of month as integer. |
month |
Month of year as integer. |
year |
Year as integer. |
Joerg Schaber
jul2date2(151,1970)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.