integratedMigMat: calc dispersal into a cell

View source: R/integrate-mig-mat.R

integratedMigMatR Documentation

calc dispersal into a cell

Description

calculates the amount of dispersal into a cell based on the popsize and distance of other cells

Usage

integratedMigMat(
  landx = 15,
  landy = 15,
  xnum = 4,
  ynum = 4,
  xsz = 100,
  ysz = 100,
  sshp,
  ssc,
  mix,
  nmean,
  nvar
)

Details

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.


stranda/holoSimCell documentation built on Aug. 4, 2023, 1:12 p.m.