date2doy: Date to Julian Day Converter

Description Usage Arguments Value Author(s) Examples

Description

Converts a date into a Julian day

Usage

1

Arguments

date

Date YYMMDD as integer

Value

The Julian Day (day of year) of the date

Author(s)

Daniel Doktor, Maximilian Lange

Examples

1
2
3
4
	date <- 891208
	doy <- 0
	doy <- date2doy(date)
	doy

Example output

[1] 342

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

Related to date2doy in phenex...