pruneSpecies: Removes species with abundance below a threshold

View source: R/manipulateParams.R

pruneSpeciesR Documentation

Removes species with abundance below a threshold

Description

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.

Usage

pruneSpecies(params, cutoff = 0.001)

Arguments

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.

Value

An object of type MizerParams


sizespectrum/mizerExperimental documentation built on Oct. 20, 2024, 4:09 a.m.