day2date: converts a day index to a date in month-day-year format

View source: R/day2date.r

day2dateR Documentation

converts a day index to a date in month-day-year format

Description

converts a day index to a date in month-day-year format

Usage

day2date(day, start.date)

Arguments

day

integer, the number of days past the given start.date for which the date is desired; negative values reckon into the past

start.date

a given starting date in month-day-year format, a 3-element vector

Value

end.date: the ending date in month-day-year format, a 3-element vector


jlivsey/sigex documentation built on July 4, 2025, 7:18 p.m.