Create decimal time on an annual scale from an input time vector
Usage
dec_time(date_in)
# S3 method for Date
dec_time(date_in)
Value
A named list of four numeric vectors including day_num (decimal day on an annual scale), month (month of the year as integer), year, and dec_time (decimal time as sum of year and day_num)