make_yearDOY {growR} | R Documentation |
Return numbers of the form YYYYDDD where YYYY is the year and DDD the DOY.
make_yearDOY(years, DOYs)
years |
int vector. |
DOYs |
int vector of same length as *years*. |
int vector of same length as *years* containing numbers of the form YYYYDDD, where the first four digits represent a year and the last four represent a DOY.