The use case envision is updating a binary map to continuous values that describe the proportion of the cell that is suitable, based on land use/land cover classes
continuousMask(contStack, suitable, binaryRange, maskValue = NA, ...)a stack of layers with continuous values.
a vector of names of suitable layers of `contStack`. These can be substrings of the layer names that can be `grep`ped from `names(contStack)`
a binary raster
numeric. The value in `binaryRange` that indicates the unsuitable cell
arguments to be passed to `raster::mask`
a raster
See Examples.