subsetRuntime | R Documentation |
Retrieves a grid that is a logical subset of a multiruntime grid along its 'runtime' dimension.
Multiruntime multigrids are supported. Subroutine of subsetGrid
.
subsetRuntime(grid, runtime)
grid |
Input multiruntime grid to be subset. |
runtime |
An integer vector indicating the position of the runtimes to be subset. |
An attribute 'subset' with value 'subsetRuntime' is added to the Runtime slot of the output subset.
A grid (or multigrid) that is a logical subset of the input grid along its 'runtime' dimension.
M. Iturbide
Other subsetting:
getTemporalIntersection()
,
intersectGrid()
,
intersectGrid.spatial()
,
intersectGrid.time()
,
limitArea()
,
subsetCluster()
,
subsetDimension()
,
subsetGrid()
,
subsetMembers()
,
subsetSeason()
,
subsetSpatial()
,
subsetStation()
,
subsetVar()
,
subsetYears()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.