powered by
A helper function for circular statistic functions. Determines the number of days in any given year (i.e. 365 or 366)
get.days(year)
A vector of years in numeric format
A vector containing the number of days in each year in the input vector
# NOT RUN { years<-c("1968","1975","1983","1990","2004") get.days(years) # }
Run the code above in your browser using DataLab