dayofyear: The day of the year

View source: R/dayofyear.R

dayofyearR Documentation

The day of the year

Description

Gives the day of the year, i.e. the number of days since the 31 December of the previous year.

Usage

dayofyear(m, d, y = 1960)

Arguments

m

month (integer between 1 and 12)

d

day (integer between 1 and 31)

y

year (integer such as 2013)

Value

numeric value, day of the year

Author(s)

Fraenzi Korner-Nievergelt

References

no references

See Also

mdy.date

Examples

dayofyear(3,1,2013)
dayofyear(3,1,2012)

birdring documentation built on Oct. 7, 2023, 5:07 p.m.