bheqWrapper | R Documentation |
Nelson GA (2023). fishmethods: Fishery Science Methods and Models. R package version 1.12-1, https://CRAN.R-project.org/package=fishmethods.
bheqWrapper(LifeHistoryObj, LengthCompObj, byGroup = FALSE, mode = NULL)
LifeHistoryObj |
A LifeHistory object from fishSimGTG. |
LengthCompObj |
A LengthComp object |
byGroup |
A logical indicating whether quantity is to be calculated separately for each of multiple length comp groups (TRUE) or to length comp is to be pooled across groups prior to calculating quantity (default = FALSE). When TRUE, pooling is ignored if only a single group exists. |
mode |
Mode of length-frequency distribution (optional). Used as the length at full recruitment to the fishery. User can apply LcFunc or LcFuncKernel to the length data previously. If no value is supplied, an estimate will be automatically obtained using modeKernelFunc. |
library(fishSimGTG)
library(fishmethods)
bheqWrapper(fishSimGTG::LifeHistoryExample, fishLengthAssess::LengthCompExampleFreq)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.