The function plotSubCurve
takes a list of simulations and plots the time course of substances with standard deviation.
plotSubCurve(
simlist,
mediac = NULL,
time = c(NULL, NULL),
scol = NULL,
unit = "mmol",
ret_data = FALSE,
num_var = 10,
useNames = FALSE
)
A list of simulations (eval objects).
A vector of substances (if not specified most varying substances will be taken.)
Vector with two entries defining start and end time.
Vector with colors that should be used.
Unit for the substances which should be used for plotting (default: mmol)
Set true if data should be returned
Number of varying substances to be shown (if mediac is not specified)
Use substance names instead of ids
list of three ggplot object for further formating