localRetention {ConnMatTools} | R Documentation |
Local retention of a connectivity matrix
Description
Local retention is defined as the diagonal elements of the connectivity matrix.
Usage
localRetention(conn.mat)
Arguments
conn.mat |
A square connectivity matrix. |
Author(s)
David M. Kaplan dmkaplan2000@gmail.com
Examples
library(ConnMatTools)
data(chile.loco)
sr <- selfRecruitment(chile.loco)
lr <- localRetention(chile.loco)
rlr <- relativeLocalRetention(chile.loco)
[Package ConnMatTools version 0.3.5 Index]