saveSBMLR: Save an R model object of class SBMLR to a file.
Description
This function converts an SBMLR model object in R into an SBMLR model definition file.
Rate laws are provided only in string form. Redundancy is eliminated to make the file easier
to edit.
Usage
saveSBMLR(model,filename)
Arguments
model
The SBMLR model object to be mapped into the SBMLR model definition file.
filename
The file name of the destination SBMLR model definition file.
Value
No value returned.
Warning
SBML events and function definitions are NOT implemented.
References
Radivoyevitch, T. A two-way interface between limited Systems Biology Markup Language and R. BMC Bioinformatics 5, 190 (2004).