View source: R/prototypes/OMstats-pe.R
ebiomass | R Documentation |
Calculates the exploitable biomass from an FLStock object using selectivity-weighted catch weights and stock numbers.
ebiomass(object)
## S4 method for signature 'FLStock'
ebiomass(object)
object |
An object of class FLStock |
Exploitable biomass is based on weighting catch weights by selectivity normalised by peak selectivity, then multiplying by stock numbers and summing across ages
An FLQuant object containing the exploitable biomass time series
## Not run:
data(ple4)
eb <- ebiomass(ple4)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.