dispersal_fixed_unweighted: Unweighted and fixed sized dispersal

View source: R/RcppExports.R

dispersal_fixed_unweightedR 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

⁠<numeric matrix>⁠ Values need to be non-negative.

dispersal_kernel

⁠<numeric matrix>⁠ Dispersal kernel. Needs to have an odd size.

Value

⁠<numeric matrix>⁠ The new abundance matrix.


metaRange documentation built on May 29, 2024, 5:54 a.m.