fractional_doy: fractional_doy

Description Usage Arguments Value

View source: R/utils.R

Description

Convert a day of year (DOY) given as xxx.xxx to a day of year + time of day. This can vary due to leap years, so we need the year in question as well.

Usage

1
fractional_doy(year, doy)

Arguments

year

Year, integer

doy

Day of year, numeric (xxx.xxx)

Value

A string giving day of year and time in %j %T format; see strptime.


bpbond/cosore documentation built on July 20, 2021, 3:17 p.m.