get.days | R Documentation |
A helper function for circular statistic functions. Determines the number of days in any given year (i.e. 365 or 366)
get.days(year)
year |
A vector of years in numeric format |
A vector containing the number of days in each year in the input vector
Nick Bond <n.bond@latrobe.edu.au>
years<-c("1968","1975","1983","1990","2004") get.days(years)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.