dispersal_fixed_unweighted {metaRange} | R Documentation |
Unweighted and fixed sized dispersal
Description
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.
Usage
dispersal_fixed_unweighted(abundance, dispersal_kernel)
Arguments
abundance |
|
dispersal_kernel |
|
Value
<numeric matrix>
The new abundance matrix.
[Package metaRange version 1.1.4 Index]