| LeMans_param-class {LeMaRns} | R Documentation |
An S4 class representing the inputs of the LeMans model
Description
An S4 class representing the inputs of the LeMans model
Details
Sets the class of a LeMansParam object, which is then used to run the LeMans model.
Slots
nscA numeric value representing the number of length classes in the model.
nfishA numeric value representing the number of fish species in the model.
phi_minA numeric value representing the time step of the model.
l_boundA numeric vector of length
nscrepresenting the lower bounds of the length classes.u_boundA numeric vector of length
nscrepresenting the upper bounds of the length classes.midA numeric vector of length
nfishrepresenting the mid-point of the length classes.species_namesA numeric or character vector of length
nfishthat denotes the names of the species in the model.LinfA numeric vector of length
nfishrepresenting the mid-point of the length classes.W_aA numeric vector representing the parameter
ain the length-weight conversion.W_bA numeric vector representing the parameter
bin the length-weight conversion.kk A numeric vector of length
nfishrepresenting the von Bertalanffy growth parameter(1/yr)for each species.LmatA numeric vector of length
nscrepresenting the length at which 50% of the individuals are mature.matureA matrix with dimensions
nscandnfishwith elements in the range 0-1 representing the proportion of mature individuals of each species in each length class.sc_LinfA numeric vector of length
nscrepresenting the length class at which each species reaches its asymptotic length.wgtA matrix with dimensions
nscandnfishrepresenting the weight of each species in each length class.phiA matrix with dimensions
nscandnfishrepresenting the proportion of individuals that leave each length class.rationA matrix with dimensions
nscandnfishrepresenting the amount of food required for fish of a given species and length class to grow according to the von Bertalanffy growth curve in a time step.otherA numeric value representing the amount of other food (g) available from prey that is not explicitly represented in the model.
M1A matrix of dimensions
nscandnfishrepresenting the natural mortality of each species for each length class.suit_M2A list object of length
nfish. Each element in the list is an array of dimensionsnsc,nscandnfishcontaining a value between 0 and 1 representing prey preference and prey suitability for each species and length class.QsAn array of dimensions
nsc,nfishandlength(gear)representing the catchability of each species by each of the fishing gears.stored_rec_funsA list object of length
rec_funwhere each element includes the stock recruitment function for a given species. If an invalid recruitment function is selected,NULLis returned and a warning message is shown.epsA numeric value specifying a numerical offset. The default value is
1e-5.recruit_paramsA list object of length
nfishspecifying the parameters for the recruitment function.