Learn R Programming

sybil (version 1.1.2)

fluxDistribution-class: Class "fluxDistribution"

Description

Structure of the class "fluxDistribution". Objects of that class are used by class "optsol" in order to store flux distributions.

Arguments

Objects from the Class

Objects can be created by calls of the form test <- fluxDistribution(fluxes, nrow = 1, ncol = 1. If argument fluxes is of class Matrix or matrix, num_of_fluxes is set to ncol(fluxes) * nrow(fluxes). If argument fluxes is a vector, a matrix will be generated according to nrow and ncol.

Examples

Run this code
showClass("fluxDistribution")

Run the code above in your browser using DataLab