Description Usage Arguments Value Methods (by class) See Also
Calculate recruits.
The default method calculates recruits in a Prey object.
The Other_forage method calculates recruits for Other_forage species.
The Predator method calculates recruits for Predators.
1 2 3 4 5 6 7 8 9 10 | calc_recruits(species, preylist, ...)
## S4 method for signature 'Prey,ANY'
calc_recruits(species, preylist, ts, y, ...)
## S4 method for signature 'Other_forage,ANY'
calc_recruits(species, y, ...)
## S4 method for signature 'Predator,list'
calc_recruits(species, preylist, y, ts, nSteps, ...)
|
... |
Other arguments (from child methods). |
species. |
A Species object. |
preylist. |
A list of Prey objects (only used for Predators). |
A child method, depending on signature.
species = Prey,preylist = ANY: Prey method.
species = Other_forage,preylist = ANY: Other_forage method.
species = Predator,preylist = list: Predator method.
Other recruitment: calc_B1P,
calc_B_sp, calc_Bev_Holt,
calc_Bprey_agepreferred,
calc_Dy, calc_R_error,
calc_Ricker,
calc_availability,
calc_other_R, calc_phi,
calc_predRecruits_Punt,
calc_predatorRecruits,
calc_preyRecruits, calc_p
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.