This function creates default growth parameters for a Fisheries Integrated Modeling System (FIMS) model. It generates a tibble with fields for module name, module type, label, value, and estimation type.
Usage
setup_default_Growth(
data = NULL,
module_type = c("EWAA", "VonBertalanffySchnute")
)Arguments
- data
A
FIMSFrameobject returned from runningFIMSFrame()on your long input data. Required whenmodule_type = "VonBertalanffySchnute".- module_type
A character string specifying the type of growth module. The default is
"EWAA".
Value
A tibble containing default growth parameters. See setup_default_parameters
for full column descriptions.
