dtt_day_decimal | R Documentation |
Gets decimal day values for date/time vectors.
dtt_day_decimal(x, ...)
## S3 method for class 'Date'
dtt_day_decimal(x, ...)
## S3 method for class 'POSIXct'
dtt_day_decimal(x, ...)
x |
A date/time vector. |
... |
Unused. |
A numeric vector.
dtt_day_decimal(Date)
: Get numeric vector of decimal year values for a
Date vector
dtt_day_decimal(POSIXct)
: Get numeric vector of decimal year values for a
POSIXct vector
dtt_day()
Other decimal:
dtt_doy_decimal()
,
dtt_hour_decimal()
,
dtt_minute_decimal()
,
dtt_month_decimal()
,
dtt_year_decimal()
x <- as.POSIXct("1990-01-03 10:00:01")
dtt_day_decimal(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.