cbind.RasterArray: Combine Raster and Vector Spatial data to RasterArray or SpatialArray objects by rows or columns
Description
The function takes a sequence of RasterLayer or RasterArray class objects and combines them to two dimensional RasterArrays,
Alternatively, the function can be used to combine vector Spatial* data to SpatialArrays.
Named objects will be forced together based on names, colnames or rownames attributes, via insertion of NAs.
Usage
# S3 method for RasterArray
cbind(...)
# S3 method for RasterArray
rbind(...)
# S3 method for SpatialArray
cbind(...)
# S3 method for SpatialArray
rbind(...)
Value
A RasterArray or SpatialArray class object.
Arguments
...
RasterLayer or RasterArray class objects to be combined.