View source: R/integrate-mig-mat.R
integratedMigMat | R Documentation |
calculates the amount of dispersal into a cell based on the popsize and distance of other cells
integratedMigMat(
landx = 15,
landy = 15,
xnum = 4,
ynum = 4,
xsz = 100,
ysz = 100,
sshp,
ssc,
mix,
nmean,
nvar
)
returns a matrix with the centermost value corresponding to the source and the surrounding cells represent the probability of dispersal into those cells. Essentially this produces the dispersal kernel for a single source population. The migration matrix could be created by moving the center of this functions output to each population to determine dispersal into the others.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.