plotFluxes {dMod} | R Documentation |
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:", ...)
Arguments
pouter |
parameters |
x |
The model prediction function |
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. |
... |
Further arguments going to x, such as |
Value
A plot object of class ggplot
.
Examples
## Not run:
plotFluxes(bestfit, x, times, subset(f, "B"%in%Product)$rates, nameFlux = "B production")
## End(Not run)
[Package dMod version 1.0.2 Index]