interaction_strengths: Calculate interaction strengths

View source: R/Get_Jacobians_Functions.R

interaction_strengthsR Documentation

Calculate interaction strengths

Description

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.

Usage

interaction_strengths(competition, abundance, cost_list)

Arguments

competition

species-contact matrix

abundance

abundance table

cost_list

list containing win_cost, loss_cost, draw_cost

Value

A dataframe containing biomass loss rates and interaction strengths


franzikoch/Feedbackloops documentation built on July 1, 2023, 12:42 p.m.