date2jul2: Converts a date (day,month,year) to Julian date

View source: R/date2jul2.R

date2jul2R Documentation

Converts a date (day,month,year) to Julian date

Description

Converts an integer date (day,month,year) into a Julian day of year (DOY). If y is missing, 2000 is assumed.

Usage

date2jul2(d,m,y)

Arguments

d

Day of month, numeric coecerd into an integer.

m

Month of year, numeric coerced into an integer.

y

Year, numeric coerced into an integer, default 2000.

Value

doy

Day of year as integer.

year

Year as integer.

Author(s)

Joerg Schaber

Examples

	date2jul2(31,5,1970)

pheno documentation built on May 13, 2022, 1:05 a.m.

Related to date2jul2 in pheno...