A fleet object has all the required characteristics of a fishing fleet
Methods
Method new()
Parameters for specific metier of a given fleet
Usage
Metier$new(
critter = NA,
price = 10,
sel_form = "logistic",
sel_unit = "p_of_mat",
sel_start = 1,
sel_delta = 0.1,
sel05_anchor = NULL,
sel_at_linf = NULL,
catchability = 0.2,
spatial_catchability = NULL,
p_explt = 1,
sel_at_age = NULL
)Arguments
critterthe name of the critter in the fauna object this metier applies to
pricethe price per unit weight of the critter in question
sel_formthe selectivity form, one of "logistic", "dome","uniform", or "manual"
sel_unitthe unit of selectivity, one of "p_of_mat" which means selectivity is in proportion of age at maturity, or "length" where selectivity is in units of length
sel_startthe value of sel_unit at which selectivity "starts"
sel_deltathe delta parameter in the selectivity function
sel05_anchorlower anchor at which (contact) selectivity is 0.05, either length or p_of_mat
sel_at_linfcontact selectivity at linf
catchabilitythe catchability per uni effort pararmeter, generally overwritten by tune_fleet
spatial_catchabilitya matrix of spatial q
p_expltthe proportion of total exploitation for a given critter coming from this metier. This value is relative to all other p_explt values for the critter in question. Set to 0 to have metier not catch critter at all plot selectivity #'
sel_at_agea manual vector of gear (contact) selectivity at age, where values are between 0 and 1