Learn R Programming

sybil (version 1.1.2)

getFluxDist-methods: Retrieve Flux Distribution

Description

Get all primal values of variables after optimization (the resulting flux distribution).

Usage

## S3 method for class 'optObj_clpAPI':
getFluxDist(lp)

## S3 method for class 'optObj_cplexAPI': getFluxDist(lp)

## S3 method for class 'optObj_glpkAPI': getFluxDist(lp)

## S3 method for class 'optObj_lpSolveAPI': getFluxDist(lp)

Arguments

lp
An object extending class optObj.

Value

  • A numeric vector containing all primal values (the flux distribution).

encoding

utf8

See Also

Superclass optObj and constructor function optObj.