loop_weight: Calculate the loop strength and weight of a given feedback...

View source: R/Loops_functions_new.R

loop_weightR Documentation

Calculate the loop strength and weight of a given feedback loop

Description

Used internally by loops().

Usage

loop_weight(loop, A)

Arguments

loop

a vector containing the species that are in the loop, e.g. c(1,2,3) for the 3-link loop 1 -> 2 -> 3

A

A Jacobian matrix

Details

A loop is defined by a list of species e.g. c(1,2,3) is the 3-link loop 1 -> 2 -> 3 these species numbers are used as indices in order to pick the corresponding interaction strengths from the Jacobian \mathbf{A}

Value

A vector containing the loop strength and the loop weight


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