subsetYears | R Documentation |
Retrieves a grid that is a logical subset of a multimember grid along its 'time' dimension,
on a yearly basis. Multimember multigrids are supported. Subroutine of subsetGrid
.
subsetYears(grid, years)
grid |
Input grid to be subset (possibly a multimember/multigrid). |
years |
An integer vector indicating the years to be subset. |
An attribute 'subset' with value 'subsetYears' is added to the Dates slot of the output subset.
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()
,
subsetStation()
,
subsetVar()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.