[.Pimage | R Documentation |
Extraction with "["
can be done in the usual ways by
numeric or integer indexes, the result is returned as a
raster
. There is no replacement method,
attemping to do so is an error.
## S3 method for class 'Pimage' x[i, j, drop = TRUE, ...]
x |
Pimage object |
i |
numeric or logical vector |
j |
ignored |
drop |
ignored |
... |
ignored |
Use [[.Pimage
to extract a single time step, and
subset.Pimage
to extract multiple elements without coercion
to Raster.
RasterLayer, or Pimage, see Details
cut.Pimage
for creating temporal
partitions.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.