relativeLocalRetention {ConnMatTools} | R Documentation |
Relative local retention of a connectivity matrix
Description
Relative local retention is defined as the diagonal elements of the connectivity matrix divided by the sum of the corresponding column of the connectivity matrix.
Usage
relativeLocalRetention(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]