powered by
This function retrieves the date corresponding to the given year and day of the year.
getDatesFromDOY(year, doy)
A Dates object.
Dates
A vector with the years.
A vector with the day of the year. It must have the same length as year.
year
Victor Maus, vwmaus1@gmail.com
Maus:2019dtwSat
Maus:2016dtwSat
shiftDates
year = c(2000, 2001) doy = c(366, 365) dates = getDatesFromDOY(year, doy) dates
Run the code above in your browser using DataLab