jul2date1: Converts Julian date into string date

View source: R/jul2date1.R

jul2date1R Documentation

Converts Julian date into string date

Description

Converts Julian day of year (DOY) into a string date 'DD.MM.YYYY'. If y is missing a non-leap year is assumed.

Usage

jul2date1(d,y)

Arguments

d

DOY, numeric coerced into an integer.

y

Year, numeric coerced into an integer, default 2000.

Value

date

Date, as character string 'DD.MM.YYYY'

Author(s)

Joerg Schaber

Examples

	jul2date1(151,1970)

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

Related to jul2date1 in pheno...