Description Objects from the Class Slots Extends Methods Author(s) See Also Examples
Structure of the class "modelorg_irrev"
. Objects of that class are
returned by the function mod2irrev
.
Objects can be created by calls of the function modelorg_irrev
:
test <- modelorg_irrev(id = "foo", name = "bar")
.
irrev
:Object of class "logical"
indicating if the model is in
irreversible format.
matchrev
:Object of class "integer"
matching of forward and backward
reactions of a reversible reaction.
rev2irrev
:Object of class "matrix"
containing the reaction id's of the
corresponding reactions in irreversible format.
irrev2rev
:Object of class "integer"
containing the reaction id's of the
corresponding reaction in reversible format.
Class "modelorg"
, directly.
irrev<-
:signature(object = "modelorg_irrev")
: sets the irrev
slot.
irrev
:signature(object = "modelorg_irrev")
: gets the irrev
slot.
matchrev<-
:signature(object = "modelorg_irrev")
: sets the matchrev
slot.
matchrev
:signature(object = "modelorg_irrev")
: gets the matchrev
slot.
rev2irrev<-
:signature(object = "modelorg_irrev")
: sets the rev2irrev
slot.
rev2irrev
:signature(object = "modelorg_irrev")
: gets the rev2irrev
slot.
irrev2rev<-
:signature(object = "modelorg_irrev")
: sets the irrev2rev
slot.
irrev2rev
:signature(object = "modelorg_irrev")
: gets the irrev2rev
slot.
Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
Maintainer: Mayo Roettger <mayo.roettger@hhu.de>
1 | showClass("modelorg_irrev")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.