func_season: Retrieve seasons from months

Description Usage Arguments Value Author(s) Examples

Description

This function aims to retrieve specific seasons from a month standing and the temperatures in terms of seasons

Usage

1
func_season(month)

Arguments

month

of the year from which we want to return the season

Value

the meteoroglogical season associated to each month

Author(s)

Antoine Pissoort, antoine.pissoort@student.uclouvain.be

Examples

1
2
3
# Retrieve seasons based on meteorological seasons

TXTN_closed$season <- sapply(TXTN_closed$month, function(x) func_season(x))

proto4426/PissoortThesis documentation built on May 26, 2019, 10:31 a.m.