getSeason: Get the associated seasons (as a character) from a series of...

Description Usage Arguments Value Examples

Description

Get the associated seasons (as a character) from a series of dates. Uses the monthly season definition (Dec-Feb is Winter, Mar-May is spring, etc) Faster and easier than calculating otherwise

Usage

1
getSeason(chr.date)

Arguments

chr.date

A character vector of dates

Value

The (character) seasons

Examples

1
getSeason(c('2013-03-01','2014-02-01'))

sameermanek/mmisc documentation built on May 24, 2019, 7:19 a.m.