dtt_doy_decimal {dttr2} | R Documentation |
Day of the Year Decimal
dtt_doy_decimal(x, ...)
x |
A Date or POSIXct vector. |
... |
Unused. |
A numeric vector between 0 and 366 of the day of the year.
Other decimal:
dtt_day_decimal()
,
dtt_hour_decimal()
,
dtt_minute_decimal()
,
dtt_month_decimal()
,
dtt_year_decimal()
dtt_doy_decimal(Sys.Date())