qualitySubpops {ConnMatTools} | R Documentation |
Quality measure for subpopulation division
Description
A measure of the leakage between subpopulations for a given division of the
connectivity matrix into subpopulations. This statistic is equal to 1 -
mean(RLR) of the reduced connectivity matrix, where RLR=relative local
retention (relativeLocalRetention
), i.e., the fraction of
settling individuals that originated at their site of settlement.
Usage
qualitySubpops(subpops.lst, conn.mat)
Arguments
subpops.lst |
A list whose elements are vectors of indices for each
subpopulation. If a vector of integers is given, then
|
conn.mat |
A square connectivity matrix. |
Value
The quality statistic.
A smaller value of the quality statistic indicates less leakage.
Author(s)
David M. Kaplan dmkaplan2000@gmail.com
References
Jacobi, M. N., Andre, C., Doos, K., and Jonsson, P. R. 2012. Identification of subpopulations from connectivity matrices. Ecography, 35: 1004-1016.
See Also
See also optimalSplitConnMat
,
subpopsVectorToList
, relativeLocalRetention