scale_interaction_table | R Documentation |
Off-diagonal values are scaled by dividing them by the absolute value of
their corresponding diagonal element. The resulting scaled interaction strengths
are thus defined as: \bar{a_{ij}} = \frac{a_{ij}}{|a_{ii}|}
(Neutel and Thorne
2016).
scale_interaction_table(interaction_table, r_factor)
interaction_table |
table of pairwise interactions |
r_factor |
factor that is mulitplied with the mean interaction strength to replace missing self-regulation values |
For each pairwise interaction, the function identifies the corresponding self-regulation term needed to scale an interspecific interaction strength. If the self-regulation value is missing, it is replaced by the mean interaction strength multiplied with a specified factor.
interaction table data.frame with two new columns a_ij_scaled and a_ji_scaled
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.