| nextgen_SRR_func | R Documentation |
Calculates egg production from spawners arriving at spawning grounds, broodtake and in-river removals from escapement of marine fisheries. This function also applies en-route mortality.
nextgen_SRR_func(
Brood_Calcs,
fec,
p_female,
hatchery_args = list(),
fitness_args = list(),
zbar_brood,
SRRpars,
p_LHG
)
nextgen_habitat_func(
Brood_Calcs,
Habitat,
fec,
p_female,
hatchery_args = list(),
fitness_args = list(),
zbar_brood,
p_LHG
)
Brood_Calcs |
List, returned by |
fec |
Vector |
p_female |
Vector |
hatchery_args |
List of arguments created by |
fitness_args |
List of arguments created by |
Habitat |
Habitat object, modified by |
Named list:
NOS Matrix [nage, n_g]
HOS Matrix [nage, n_r]
HOS_effective Matrix [nage, n_r]
HOS_stray Matrix [nage, n_r]
pHOSeff Numeric
pHOScensus Numeric
Egg_NOS [nage, n_g]
Egg_HOS [nage, n_r]
Smolt_RelOut Vector [n_r]
Fry_NOS Vector [n_g]
Fry_HOS Vector [n_g]
Smolt_NOS Vector [n_g]
Smolt_HOS Vector [n_g]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.