make_yearDOY | 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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.