Coerce equation list into a data frame
# S3 method for eqnlist
as.data.frame(x, ...)
object of class eqnlist
other arguments
a data.frame
with columns "Description" (character),
"Rate" (character), and one column per ODE state with the state names.
The state columns correspond to the stoichiometric matrix.