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 March 20, 2024, 3:17 a.m.