| cutoff_min_w | R Documentation |
Internal helper for getBiomass() and for the calibration and matching
functions. Returns the <to>_cutoff column of the species parameters, with
any NAs replaced by the smallest weight in the model. If the model has no
such column at all, the smallest weight is used for every species, so that
the whole size range is counted.
cutoff_min_w(params, to = c("biomass", "number"))
params |
A MizerParams object. |
to |
The type of observation, either "biomass" or "number". |
A numeric vector with one minimum weight for each species.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.