jul2date1 {pheno} | R 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)
[Package pheno version 1.7-0 Index]