basicBatchMigration function

Make List of Batch Migration Parameters

Make List of Batch Migration Parameters

Sets up a list containing the probability of a batch migration, the fractional amount of males/females that migrate, and the weighted probabilities for where to migrate. The default weights for migration are equal for all patches. These can be changed after running the function. This is only used in oneDay_Migration_Stochastic_Network.

basicBatchMigration( batchProbs = 1e-05, sexProbs = c(0.01, 0.01), numPatches = 1 )

Arguments

  • batchProbs: Probability of a batch migration, either 1 number or a vector of length equal to the number of patches
  • sexProbs: Population fraction of males and females that migrate. Either a vector c(M,F) or matrix of 2 columns
  • numPatches: Number of patches in the simulation

Examples

# to setup for 3 patches batchMigration = basicBatchMigration(batchProbs = 1e-5, sexProbs = c(0.1, 0.01), numPatches = 3)
  • Maintainer: Héctor Manuel Sánchez Castellanos
  • License: GPL-3
  • Last published: 2020-10-05