plotGrowthCurve: Plot growth curve for several simulations

View source: R/Stuff.R

plotGrowthCurveR Documentation

Plot growth curve for several simulations

Description

The function plotGrowthCurve takes a list of simulations and plots the time course of species with standard deviation.

Usage

plotGrowthCurve(
  simlist,
  time = c(NULL, NULL),
  ret_data = FALSE,
  use_biomass = F,
  specs = NULL
)

Arguments

simlist

A list of simulations (eval objects).

time

Vector with two entries defining start and end time

ret_data

Set true if data should be returned

use_biomass

If enabled then biomass is used instead of cell number

specs

List of species for which a growth curve should be shown (default: all)


euba/BacArena documentation built on March 27, 2024, 2:33 p.m.