Description Usage Arguments Author(s) Examples
View source: R/retentionStats.R
Local retention is defined as the diagonal elements of the connectivity matrix.
1 | localRetention(conn.mat)
|
conn.mat |
A square connectivity matrix. |
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.