doy2date: Convert day of year (doy) to date in month and day format

View source: R/time.R

doy2dateR Documentation

Convert day of year (doy) to date in month and day format

Description

Convert day of year (doy) to date in month and day format

Usage

doy2date(doy, format = "%d-%b")

Arguments

doy

a vertor of day of year

format

the date format

Details

No leap year is considered

Value

Date in month and day format in character format

Examples

doy2date(seq(1, 10))

byzheng/myutils documentation built on Oct. 3, 2024, 1:35 a.m.