powered by
Calculate the number of days per calendar year
DAYSperYEAR(yr)
integer number of days for a given year
year
Jonathan M. Lees<jonathan.lees@unc.edu>
years <- seq(from=1850, to=2010, by=1) DAYSperYEAR(years)
Run the code above in your browser using DataLab