dtt_year_decimal {dttr2} | R Documentation |
Gets decimal year values for date/time vectors.
dtt_year_decimal(x, ...)
## S3 method for class 'Date'
dtt_year_decimal(x, ...)
## S3 method for class 'POSIXct'
dtt_year_decimal(x, ...)
x |
A date/time vector. |
... |
Unused. |
A numeric vector.
dtt_year_decimal(Date)
: Get numeric vector of decimal year values for a
Date vector
dtt_year_decimal(POSIXct)
: Get numeric vector of decimal year values for a
POSIXct vector
Other decimal:
dtt_day_decimal()
,
dtt_doy_decimal()
,
dtt_hour_decimal()
,
dtt_minute_decimal()
,
dtt_month_decimal()
x <- as.Date("1990-01-02")
dtt_year_decimal(x)