trophic_differences#

trophic_differences(G, weight='weight')[source]#

计算有向图边的营养级差异。

每个边的营养级差异 \(x_ij\) 在 Johnson 等人 [1] 中定义为:

\[x_ij = s_j - s_i\]

其中 \(s_i\) 是节点 \(i\) 的营养级。

Parameters:
GDiGraph

一个有向的 networkx 图

Returns:
diffsdict

以边的营养级差异为值的字典。

References

[1]

Samuel Johnson, Virginia Dominguez-Garcia, Luca Donetti, Miguel A. Munoz (2014) PNAS “营养级一致性决定食物网稳定性”