The function plotGrowthCurve
takes a list of simulations and plots the time course of species with standard deviation.
plotGrowthCurve(
simlist,
time = c(NULL, NULL),
ret_data = FALSE,
use_biomass = F,
specs = NULL
)
A list of simulations (eval objects).
Vector with two entries defining start and end time
Set true if data should be returned
If enabled then biomass is used instead of cell number
List of species for which a growth curve should be shown (default: all)