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/csrdb documentation built on July 18, 2021, 10:14 p.m.