disperse | R Documentation |
Simulate dispersal across a spatial grid
disperse(S, N, reflect = TRUE, rand = TRUE, seed = 1L)
S |
A matrix of seed counts across a spatial grid. |
N |
A neighbor matrix, e.g. produced by |
reflect |
Should dispersers exit the domain ( |
rand |
Randomize dispersal? (default = |
seed |
Integer to seed random number generator. |
A matrix of post-dispersal seed counts of the same dimension as S
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.