Description Usage Arguments Value See Also
View source: R/MICE_functions.R
A utility function that calculates the biomass (tons) of prey species X that is available to predator species Y, as: (biomass-at-age of prey) x (predator preferences for prey age classes). This function returns an intermediate product in the calculation of total available prey biomass. Note: this is akin to Punt et al's use of biomass of age 1+ fish, but allows the predator to eat some of the age-0 fish as well if their age-preferences indicate it.
1 | calc_Bprey_agepreferred(predator, prey, t)
|
predator |
A predator object. |
prey |
A prey object. |
t |
Time t. |
A biomass value.
Other recruitment: calc_B1P,
calc_B_sp, calc_Bev_Holt,
calc_Dy, calc_R_error,
calc_Ricker,
calc_availability,
calc_other_R, calc_phi,
calc_predRecruits_Punt,
calc_predatorRecruits,
calc_preyRecruits, calc_p,
calc_recruits
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.