as.data.frame.eqnlist: Coerce equation list into a data frame

Description Usage Arguments Value

View source: R/eqnClass.R

Description

Coerce equation list into a data frame

Usage

1
2
## S3 method for class 'eqnlist'
as.data.frame(x, ...)

Arguments

x

object of class eqnlist

...

other arguments

Value

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.


dMod documentation built on Jan. 27, 2021, 1:07 a.m.