powered by
Converts Julian day of year (DOY) into a string date 'DD.MM.YYYY'. If y is missing a non-leap year is assumed.
jul2date1(d,y)
DOY, numeric coerced into an integer.
Year, numeric coerced into an integer, default 2000.
Date, as character string 'DD.MM.YYYY'
# NOT RUN { jul2date1(151,1970) # }
Run the code above in your browser using DataLab