R/calc_population_growth.R
calc_population_growth.Rd
Updates the species' population size. This change is a function of the number of individuals that grow out of their present size class and the number that remain.
calc_population_growth(nSize, nSpecies, N, probGrowOut)
Number of size class intervals species can grow through
Number of species in the model
A matrix (nSize x nSpecies) of species abundance (number of individuals)
A matrix (nSize x nSpecies) of proportions.
Note: probGrowOut = 0 for size classes in which a species does not reach and probGrowOut = 0 for largest size class. It is not possible to grow out of the largest size class since it is determined by Linf. See calc_phi
A list is returned
A matrix (nSize x nSpecies) of abundance (number of individuals)
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