Compute dispersal or spread map (Generic Engine)
compute_dispersal.RdLow-level function to apply spatial processing (Convolution or External algorithms) to a raster. It handles NA masking and method dispatch to Julia if necessary.
Usage
compute_dispersal(x, method = "convolution", options = list(), mask = NULL)Value
A SpatRaster object containing the dispersed values.