dayOfYear {sirad} | R Documentation |
Function gives a day number of the year (julian day of the year) based on the date in class 'Date'.
dayOfYear(dat)
dat |
Date in class 'Date'. |
Numeric number of day in a year.
Jedrzej S. Bojanowski
dayOfYear(as.Date("2009-01-11"))