getSeason | R Documentation |
Retrieves the season encompassed by a station or grid object
getSeason(obj)
obj |
Any object extending the station or grid classes |
An integer vector with the season
J. Bedia
Other get.helpers:
get2DmatCoordinates()
,
getCoordinates()
,
getDim()
,
getGrid()
,
getGridProj()
,
getGridVerticalLevels()
,
getRefDates()
,
getShape()
,
getStationID()
,
getVarNames()
,
getWT()
,
getYearsAsINDEX()
,
setGridProj()
,
typeofGrid()
,
which.leap()
require(climate4R.datasets)
data("NCEP_Iberia_hus850")
getSeason(NCEP_Iberia_hus850) # Boreal winter (DJF)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.