rg_doyToDate: Transforms a day of year value to a date object

Description Usage Arguments Examples

View source: R/date_time.R

Description

Transforms a day of year value to a date object

Usage

1
rg_doyToDate(doy, year)

Arguments

doy

integer, day of year

year

integer, the year for which you want the date object

Examples

1
date <- rg_doyToDate(30, year = 2018)

sitscholl/Rgadgets documentation built on Feb. 19, 2021, 1:24 a.m.