View source: R/Get_Jacobians_Functions.R
interaction_strengths | R Documentation |
Turns the species-contact matrix into a tabular format with one row per
pairwise interaction. Biomass loss rates are calculated with a given list
of cost-values. Interaction strengths are calculated by dividing biomass loss
rate B_{ij}
by the abundance of species B_j
.
interaction_strengths(competition, abundance, cost_list)
competition |
species-contact matrix |
abundance |
abundance table |
cost_list |
list containing win_cost, loss_cost, draw_cost |
A dataframe containing biomass loss rates and interaction strengths
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.