Dispersal function that uses a fixed sized kernel that isn't influenced by external factors. The individuals in each cell are redistributed to the surrounding cells according to probability defined in the dispersal kernel. Useful for e.g. wind dispersed plants.
dispersal_fixed_unweighted(abundance, dispersal_kernel)
<numeric matrix>
The new abundance matrix.
<numeric matrix>
Values need to be non-negative.
<numeric matrix>
Dispersal kernel. Needs to have an odd size.