Rdocumentation
powered by
Learn R Programming
pheno (version 1.5)
jul2date1: 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'
Examples
Run this code
jul2date1(
151
,
1970
)
Run the code above in your browser using
DataLab