Description Usage Arguments Value Author(s)
Create island or stepping stone migration matrix given migration rate and number of populations.
1 | makeMigMat(mig.rate, num.pops, type = c("island", "stepping.stone"))
|
mig.rate |
migration rate specified as proportion of population migrating per generaton. |
num.pops |
number of populations. |
type |
of migration matrix structure. "island" = rate between all populations is the same. "stepping.stone" = migration only occurs between neighboring populations. Metapopulation is ring shaped, not a linear chain. |
matrix of pairwise migration rates.
Eric Archer eric.archer@noaa.gov
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.