plotGrowthCurve: Plot growth curve for several simulations

Description Usage Arguments

View source: R/Stuff.R

Description

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

Usage

1
2
3
4
5
6
7
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)


BacArena documentation built on July 2, 2020, 3:16 a.m.