doyToDate: Translate 'day of the year' to a date

Description Usage Arguments Value Examples

View source: R/helpers.R

Description

Translate 'day of the year' to a date

Usage

1
doyToDate(year, doy)

Arguments

year

[integerish(1)]
a year value as part of the date.

doy

[integerish(1)]
the day of the year for which you want the date

Value

An object of class POSIXct.

Examples

1
aDate <- doyToDate(year = 2000, doy = 055)

EhrmannS/rasterTools documentation built on Sept. 4, 2019, 10:34 a.m.