plotAbundance: Plot abundances of species

Description Usage Arguments

View source: R/Stuff.R

Description

The function plotAbundance takes a list of simulations and return a boxplot with species abundances

Usage

1
2
3
4
5
6
7
plotAbundance(
  simlist,
  time = c(NULL, NULL),
  col = colpal3,
  return_dat = F,
  use_biomass = F
)

Arguments

simlist

A list of simulations (eval objects).

time

A vector with start and end time to be considered (default: total time)

col

Vector with color that should be used

return_dat

Should plain text mean abundances be returned? (default false)

use_biomass

If enabled then biomass is used instead of cell number


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