Day of the Year Decimal

dtt_doy_decimal(x, ...)

Arguments

x

A Date or POSIXct vector.

...

Unused.

Value

A numeric vector between 0 and 366 of the day of the year.

Examples

dtt_doy_decimal(Sys.Date())
#> [1] 324