Description Usage Arguments Value Examples
Convert dates from the DD/MM/YYYY format to day of the year (DOY)
1 | date.to.DOY(dates, format = "dd/mm/yyyy")
|
dates |
Vector with dates to convert. |
format |
Format of the date (support DD/MM/YYYY MM/DD/YYYY and YYYY/MM/DD). |
Return a vector containing the corresponding DOY.
1 2 | dates = c("01/01/2000", "03/03/2000", "03/03/1999")
date.to.DOY(dates=dates)
|
[1] 1 63 62
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.