Learn R Programming

dMod (version 0.1)

combine: Combine several data.frames from csv read-in

Description

Combine several data.frames from csv read-in

Usage

combine(...)

Arguments

...
data.frames from csv read-in

Value

  • A data.frame with columns "Description", "Rate" and one column for each ODE state in the model. See generateEquations.

Details

This function is useful when separating the model into independent csv model files, e.g.~a receptor model and several downstream paths. Then, the models can be recombined into one model by combine().