create.biols.ctrl.Rd
It creates the biols.ctrl object to be used in the call to the main function FLBEIA.
create.biols.ctrl(stksnames, growth.models = NULL, immediate = FALSE, ...)
stksnames | A vector with the name of the stocks in the OM. |
---|---|
growth.models | A character vector of the same length as stksnames with the name of the model used to project the stock populations in the simulation. |
immediate | logical, indicating if the warnings should be output immediately. |
... | any extra arguments necessary in the model specific creators. '...' are extracted using 'list(...)', this generates a named list with the extra arguments. To assure the correct functioning the extra arguments must have a name. |
A list of lists with the basic structure of the biols.ctrl object.