Flowmatrix {LIM} | R Documentation |
Given a linear inverse model food web input list, generates a flow matrix, that contains the values of flows
Flowmatrix(lim, web=NULL)
lim |
a list that contains the linear inverse model specification, as generated by function Setup |
web |
the solved (food) web problem, i.e. the values of the unknowns; if not specified, the model is solved first, using Ldei |
the flow matrix, containing the magnitude of the flows. The value on row i and column j is the flow *from* i and *to* j
Karline Soetaert <k.soetaert@nioo.knaw.nl>
plotweb
from package diagram
, which takes as input the flow matrix and plots the food web
Flowmatrix(LIMRigaAutumn)