Description Usage Arguments Author(s) Examples
View source: R/retentionStats.R
If egg production is uniform over sites, then self recruitment is defined as the diagonal elements of the connectivity matrix divided by the sum of the corresponding row of the connectivity matrix. If not, then the elements of the dispersal matrix must be weighted by the number of eggs produced.
1 | selfRecruitment(conn.mat, eggs = NULL)
|
conn.mat |
A square connectivity matrix. |
eggs |
A vector of egg production values for each site. Defaults to
|
David M. Kaplan dmkaplan2000@gmail.com
1 2 3 4 5 6 | library(ConnMatTools)
data(chile.loco)
sr <- selfRecruitment(chile.loco)
lr <- localRetention(chile.loco)
rlr <- relativeLocalRetention(chile.loco)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.