Learn R Programming

dMod (version 0.3.1)

plotFluxes: Plot Fluxes given a list of flux Equations

Description

Plot Fluxes given a list of flux Equations

Usage

plotFluxes(pouter, x, times, fluxEquations, nameFlux = "Fluxes:", fixed = NULL)

Arguments

pouter
parameters
x
The model prediction function x(times, pouter, fixed, ...)
times
Numeric vector of time points for the model prediction
fluxEquations
list of chars containing expressions for the fluxes, if names are given, they are shown in the legend. Easy to obtain via subset.eqnlist, see Examples.
nameFlux
character, name of the legend.
fixed
Named numeric vector with fixed parameters

Value

A plot object of class ggplot.

Examples

Run this code
## Not run: 
# plotFluxes(bestfit, x, times, attr(subset(f, "B"%in%Product), "rates"), nameFlux = "B production")
# ## End(Not run)

Run the code above in your browser using DataLab