create.assess.ctrl.Rd
It creates the assess.ctrl object to be used in the call to the main function FLBEIA.
create.assess.ctrl(stksnames, assess.models = NULL, assess.ctrls = NULL, ...)
stksnames | A vector with the name of the stocks in the OM. |
---|---|
assess.models | A character vector of the same length as stksnames with the name of the model used to obtaine the perceived population in the MP. |
assess.ctrls | A list of the same length as stksnames with the arguments needed to fit the assessment model. |
... | 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 assess.ctrl object.