View source: R/pairwise_matrices.R
| pairwise_means | R Documentation |
This function produces a symmetrical matrix with values representing the pairwise means of directional flows in an asymmetric in put matrix. The output can be used in tests about the strength of direction-agnostic connectivity among nodes in a data set (e.g. the "isolation" hypothesis; Kling and Ackerly (2021)).
pairwise_means(x)
x |
A square matrix with entries representing directional edge weights between pairs of nodes. |
A symmetrical square matrix the same size as x, with values representing the pairwise means of directional flows in x.
Kling and Ackerly (2021). Global wind patterns shape genetic differentiation, asymmetric gene flow, and genetic diversity in trees. Proceedings of the National Academy of Sciences. https://doi.org/10.1073/pnas.2017317118
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.