Description Usage Arguments Value See Also Examples
Use a Raster* object to select cell values from different layers in a multi-layer Raster* object. The object to select values y
should have values between 1
and nlayers(x)
. The values of y
are rounded.
See extract
for extraction of values by cell, point, or otherwise.
1 2 | ## S4 method for signature 'RasterStackBrick,Raster'
stackSelect(x, y, recycle=FALSE, type='index', filename='', ...)
|
x |
RasterStack or RasterBrick object |
y |
Raster* object |
recycle |
Logical. Recursively select values (default = |
type |
Character. Only relevant when |
filename |
Character. Output filename (optional) |
... |
Additional arguments as for |
Raster* object
1 2 3 4 |
Loading required package: sp
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.