Filter Extinct Species
.filter_extinct(df, model)
df
: deSolve matrix as returned from lsoda_wrapper().model
: ATNr model object, from which extinction threshold is extracted.df with values below th set to zero.
Set to zero species biomass that are below the extinction threshold.
Useful links