| calc_smolt | R Documentation |
Calculate smolt production from base stock-recruit parameters and fitness loss
calc_smolt(
N1,
N2 = N1,
kappa,
capacity,
Smax,
phi = 1,
tau = 1,
fitness_loss = 1,
SRrel = c("BH", "Ricker"),
per_recruit = FALSE
)
N1 |
Egg production for the density-independent component of the stock-recruit relationship. Can be the number of spawners if |
N2 |
Egg production for the density-dependent component of the stock-recruit relationship (only used if |
kappa |
Base productivity parameter |
capacity |
Base capacity parameter if |
Smax |
Base Smax parameter if |
phi |
Unfished egg per smolt ( |
tau |
Unfished spawner per smolt |
fitness_loss |
Survival term to reduce smolt production due to fitness, between 0-1 |
SRrel |
Character for the stock-recruit function |
per_recruit |
Logical, whether N1 is a per recruit quantity (TRUE) or in absolute numbers (FALSE) |
Numeric
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.