.filter_extinct {ATNr} | R Documentation |
Filter Extinct Species
Description
Filter Extinct Species
Usage
.filter_extinct(df, model)
Arguments
df |
deSolve matrix as returned from lsoda_wrapper(). |
model |
ATNr model object, from which extinction threshold is extracted. |
Details
Set to zero species biomass that are below the extinction threshold.
Value
df with values below th set to zero.
[Package ATNr version 1.1.0 Index]