Description Usage Arguments Value Examples
Plot Fluxes given a list of flux Equations
1 | plotFluxes(pouter, x, times, fluxEquations, nameFlux = "Fluxes:", ...)
|
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 |
A plot object of class ggplot
.
1 2 3 4 5 | ## Not run:
plotFluxes(bestfit, x, times, subset(f, "B"%in%Product)$rates, nameFlux = "B production")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.