at_getSeason: Assign dates to a season

Description Usage Arguments Examples

View source: R/altools_time.R

Description

Convert dates from any year to 2012 dates (leap year) and asssign a season. Stole it from Josh O'Brien from this post

Usage

1
at_getSeason(dates, ...)

Arguments

dates

Dates to find season for

...

Not used

Examples

1
2
my.dates <- as.Date("2011-12-01", format = "%Y-%m-%d") + 0:60
head(at_getSeason(my.dates), 24)

NewGraphEnvironment/altools documentation built on Nov. 19, 2020, 1:38 a.m.