lpsolve {FBA} R Documentation

Solve a FBA matrix model

Description

Usage

lpsolve(model);

Arguments

model

[as Matrix]

Details

Authors

biosystem

Value

a tuple list of the FBA lpp solver result:

additional, the original .NET CLR LPPSolution object is attached inside the result object attribute lpp, which could be get from the result object via attr(x) function.. the list data also has some specificied data fields: list(objective, flux).

clr value class

Examples


[Package FBA version 1.0.0.0 Index]