The function plotAbundance
takes a list of simulations and return a boxplot with species abundances
plotAbundance(
simlist,
time = c(NULL, NULL),
col = colpal3,
return_dat = F,
use_biomass = F
)
A list of simulations (eval objects).
A vector with start and end time to be considered (default: total time)
Vector with color that should be used
Should plain text mean abundances be returned? (default false)
If enabled then biomass is used instead of cell number