Convert a a day of year (1-366) with decimal hours to a date
Source:R/convert_date_to_doyhr.R
convert_doyhr_to_date.Rd
Convert a a day of year (1-366) with decimal hours to a date
Usage
convert_doyhr_to_date(
doyhr,
year,
tz = "UTC",
origin = as.POSIXct("1970-01-01 00:00:00", tz = "UTC"),
...
)