View source: R/manipulateParams.R
pruneSpecies | R Documentation |
This function simply removes the low-abundance species from the params object. It does not recalculate the steady state for the remaining species or retune their reproductive efficiencies.
pruneSpecies(params, cutoff = 0.001)
params |
A MizerParams object |
cutoff |
Species with an abundance at maturity size that is less than cutoff times community abundance will be removed. Default 1e-3. |
An object of type MizerParams
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.