fill_mask.Rd
Fill NA values within a mask region
fill_mask(x, mask, fill, offset = 0, clamp = FALSE)
Source raster to fill/pad.
Extent of the spatial region to fill.
Value used for filling.
Additional value to add to all locations within mask.
Logical. Set to TRUE to give all locations outside mask region an NA value.