sbml_addOneUnit | R Documentation |
Add unit
sbml_addOneUnit( model, unitName = "litre_per_mole_per_second", unitKind = c("UNIT_KIND_LITRE", "UNIT_KIND_MOLE", "UNIT_KIND_SECOND"), exponent = c(1, -1, -1) )
model |
the sbml model |
unitName |
string, used as identifier |
unitKind |
vector of involved units |
exponent |
vector of exponents associated to units |
called for side-effect, but model
is returned invisibly
Daniel Lill (daniel.lill@physik.uni-freiburg.de)
Daniel Lill (daniel.lill@physik.uni-freiburg.de)
Other SBML export:
eqnlist_addDefaultCompartment()
,
getCompartmentInfo()
,
getParInfo()
,
getReactionInfo()
,
getSpeciesInfo()
,
getUnitInfo()
,
sbml_addOneCompartment()
,
sbml_addOneEvent()
,
sbml_addOneParameter()
,
sbml_addOneReaction()
,
sbml_addOneSpecies()
,
sbml_exportEquationList()
,
sbml_initialize()
,
sbml_kineticLawAddParameters()
,
sbml_reactionAddKineticLaw()
,
sbml_reactionAddModifiers()
,
sbml_reactionAddProducts()
,
sbml_reactionAddReactants()
,
sbml_validateSBML()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.