dtt_doy_decimal {dttr2} | R Documentation |
Day of the Year Decimal
Description
Day of the Year Decimal
Usage
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.
See Also
Other decimal:
dtt_day_decimal()
,
dtt_hour_decimal()
,
dtt_minute_decimal()
,
dtt_month_decimal()
,
dtt_year_decimal()
Examples
dtt_doy_decimal(Sys.Date())
[Package dttr2 version 0.5.0 Index]