cover: Replace NA values with values of other layers
Description
Replace NA values in the first Raster object (x) with the values of the second (y), and so forth for additional Rasters. If x has mutliple layers, the subsequent Raster objects should have the same number of layers, or have a single layer only (which will be recycled).
Usage
cover(x, y, ...)
Arguments
x
Raster* object
y
Raster* object
...
Additional Raster objects, and additional arguments as for writeRaster