yearlength: Number of Days

Description Usage Arguments Value Author(s) Examples

Description

Returns the number of days of the given year.

Usage

1
yearlength(year)

Arguments

year

A vector of years as integer values.

Value

The number of days of the year in the date

Author(s)

Daniel Doktor, Maximilian Lange

Examples

1
2
3
	year <- c(1995, 2000, 2005, 2010)
	days <- yearlength(year)
	days

phenex documentation built on May 1, 2019, 10:56 p.m.

Related to yearlength in phenex...