calc_coherence | R Documentation |
Coherence
calculates buffering ('phi') and coherence ('psi')
calc_coherence(
Report,
Data,
covhat = NULL,
yearbounds_zz = matrix(c(1, Data$n_t), nrow = 1)
)
Report |
output report, e.g., from |
Data |
tagged list of input data |
covhat |
estimated covariance used for calculating coherence |
yearbounds_zz |
matrix with two columns, giving first and last years for defining one or more periods (rows) used to
calculate changes in synchrony over time (only used if |
Tagged list containing measures of synchrony
Synchrony index for each site (x) and each period (row of yearbounds_zz
)
weighted-average of phi_xz
for each period, weighted by average community-abundance at each site in that period
Measure of proportion of variance explained by leading eigen-vectors
Cholesky decomposition of covhat
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.