getSeason: Get season

View source: R/helpers.R

getSeasonR Documentation

Get season

Description

Retrieves the season encompassed by a station or grid object

Usage

getSeason(obj)

Arguments

obj

Any object extending the station or grid classes

Value

An integer vector with the season

Author(s)

J. Bedia

See Also

Other get.helpers: get2DmatCoordinates(), getCoordinates(), getDim(), getGridProj(), getGridVerticalLevels(), getGrid(), getRefDates(), getShape(), getStationID(), getVarNames(), getWT(), getYearsAsINDEX(), setGridProj(), typeofGrid(), which.leap()

Examples

 
require(climate4R.datasets)
data("NCEP_Iberia_hus850")
getSeason(NCEP_Iberia_hus850) # Boreal winter (DJF)


SantanderMetGroup/transformeR documentation built on Oct. 28, 2023, 5:26 a.m.