dtt_doy_decimal: Day of the Year Decimal

View source: R/doy-decimal.R

dtt_doy_decimalR 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

dtt_doy()

Other decimal: dtt_day_decimal(), dtt_hour_decimal(), dtt_minute_decimal(), dtt_month_decimal(), dtt_year_decimal()

Examples

dtt_doy_decimal(Sys.Date())

dttr2 documentation built on Nov. 14, 2023, 5:10 p.m.