Bind hyperspectral SpatRasters along the spectral axis
Source:R/hsi_bind_layers.R
hsi_bind_layers.RdBind hyperspectral SpatRasters along the spectral axis
Arguments
- x
List of
SpatRasterobjects with hyperspectral data. All elements must share the same spatial resolution and spatial extent (pixel to pixel coverage).- filename
Character. Output filename. Default
""keeps result in memory.- overwrite
Logical. Overwrite existing file. Default
FALSE.- ...
Additional arguments passed to
terra::merge().
Value
A SpatRaster with all inputs bound
along the spectral axis in the order provided.