View source: R/spawn_success.R
spawn_success | R Documentation |
Calculates the annual reproductive success.
spawn_success( escapement, adult_prespawn_survival, egg_to_fry_survival, prob_scour, spawn_habitat, sex_ratio = lateFallRunDSM::params$spawn_success_sex_ratio, redd_size = lateFallRunDSM::params$spawn_success_redd_size, fecundity = lateFallRunDSM::params$spawn_success_fecundity, stochastic )
escapement |
The number of returning adults |
adult_prespawn_survival |
The adult prespawn survival rate |
egg_to_fry_survival |
The egg to fry survival rate |
prob_scour |
The probability of nest scouring |
spawn_habitat |
The available spawning habitat in square meters |
sex_ratio |
The female to male spawning ratio |
redd_size |
The size of redds including defensible space |
fecundity |
The number of eggs per female |
stochastic |
|
See params
for details on parameter sources
IP-117068
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.