R/calc_ration.R
calc_ration.Rd
Calculates the ration, weight, and growth efficiency for a species in a size class. Ration is defined as the amount consumed to account for growth (growth increment / growth efficiency)
calc_ration(nSize, nSpecies, uBound, lBound, midBound, phiMin,
parameterValues)
Number of size class intervals species can grow through
Number of species in the model
Upper bound of each size class interval
Lower bound of each size class interval
Model time step (years). See calc_phi
Mid point of each size class interval
A list is returned
matrix of size nSize x nSpecies. Amount consumed to account for growth (growth in time interval)/growth efficiency
matrix of size nSize x nSpecies. Weight of average sized fish in each size class. Uses length weight relationship. See rochet_GB_parameterValues
matrix of size nSize x nSpecies. Growth Efficiencies
The size class at which each species reaches L_inf (maximum length)
Hall et al. (2006). A length-based multispecies model for evaluating community responses to fishing. Can. J. Fish. Aquat. Sci. 63:1344-1359.
Rochet et al. (2011). Does selective fishing conserve community biodiversity? Prediction from a length-based multispecies model. Can. J. Fish. Aquat. Sci. 68:469-486