The function plotPhenCurve
takes a list of simulations and plots the time course of species with standard deviation.
plotPhenCurve(
simlist,
subs,
phens = NULL,
time = c(NULL, NULL),
cluster = TRUE,
inAll = TRUE,
col = colpal3,
with_gc = FALSE,
return_dat = FALSE
)
A list of simulations (eval objects).
A vector of substance names that are used for phenotype clustering.
If phencurve is given then phens specifies the phenotypes which sould be plotted again.
Vector with two entries defining start and end time
True if phenotypes should be clustered/condensed.
True if only phenotypes which occur in all replicates should be considered
Vector with color that should be used
True if growth curve of organisms should be included
Should data be returned? (default false)