doyday: Day of the year to date

Description Usage Arguments Value Author(s) See Also Examples

View source: R/doyday.R

Description

Returns the date for given days of the year.

Usage

1
doyday(year, doy)

Arguments

year

Year, four digits format. It can have a decimal fraction if day is omitted.

doy

Day of the year [1:366].

Value

returns an object of class POSIXlt.

Author(s)

Javier G. Corripio

See Also

as.POSIXlt

Examples

1
2
3
doyday(2019,58:65)

doyday(2019.5)

insol documentation built on Feb. 10, 2021, 5:08 p.m.