FirstMonthOfSeason: Get the first/last month of a season

Description Usage Arguments Value Author(s) Examples

View source: R/climtrends.R

Description

FirstMonthOfSeason returns the first month number for a given season 1 12, 2 3, 3 6, 4 9. LastMonthOfSeason returns the last month number for a given season 1 2, 2 5, 3 8, 4 11.

Usage

1
FirstMonthOfSeason(intSeason)

Arguments

intSeason

season

Value

first/last month of a season.

Author(s)

Jose Gama

Examples

1
2
3
4
FirstMonthOfSeason(1) # Winter
FirstMonthOfSeason(2) # Spring
FirstMonthOfSeason(3) # Summer
FirstMonthOfSeason(4) # Fall

climtrends documentation built on May 29, 2017, 11:58 p.m.