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.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
.