subsetStation | R Documentation |
Retrieves a grid that is a logical subset of the input grid along its 'time' dimension,
on a monthly basis. Multimember multigrids are supported. Subroutine of subsetGrid
.
subsetStation(grid, station.id = NULL)
grid |
Input grid to be subset (possibly a multimember/multigrid). |
season |
An integer vector indicating the months to be subset. |
An attribute 'subset' with value 'time' is added to the Variable slot of the output grid.
A grid (or multigrid) that is a logical subset of the input grid along its 'time' dimension.
J. Bedia
Other subsetting:
getTemporalIntersection()
,
intersectGrid()
,
intersectGrid.spatial()
,
intersectGrid.time()
,
limitArea()
,
subsetCluster()
,
subsetDimension()
,
subsetGrid()
,
subsetMembers()
,
subsetRuntime()
,
subsetSeason()
,
subsetSpatial()
,
subsetVar()
,
subsetYears()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.