Replace NA values in the first RasterLayer (x) with the values of the second RasterLayer (y), and so forth for additional RasterLayers.
Arguments
Value
A new RasterLayer object, and in some cases the side effect of a new file on disk.
Details
The function returns a RasterLayer with the values of the second RasterLayer (y) where the first RasterLayer (x) has NA values, and the values of the first RasterLayer elsewhere.
rll{
format Character. Output file type. See writeRasterdatatype Character. Output data type. See dataTypeoverwrite If TRUE, "filename" will be overwritten if it exists
progress Character. "text", "window", or "" (the default, no progress bar)
}