Learn R Programming

dttr2 (version 0.5.2)

dtt_doy_decimal: Day of the Year Decimal

Description

Day of the Year Decimal

Usage

dtt_doy_decimal(x, ...)

Value

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

Arguments

x

A Date or POSIXct vector.

...

Unused.

See Also

dtt_doy()

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

Examples

Run this code
dtt_doy_decimal(Sys.Date())

Run the code above in your browser using DataLab