| calc_phi | R Documentation |
Calculate eggs/smolt or spawners/smolt based on life history parameters (survival, maturity, fecundity)
calc_phi(
Mjuv,
p_mature,
p_female,
fec,
s_enroute = 1,
n_g = 1,
p_LHG,
output = c("egg", "spawner")
)
Mjuv |
Matrix |
p_mature |
Matrix |
p_female |
Numeric. Proportion female |
fec |
Matrix |
s_enroute |
Numeric, en-route survival of escapement to spawning grounds |
n_g |
Integer. Number of life history groups |
p_LHG |
Vector length |
output |
Character to indicate the output units, e.g., "egg" returns eggs per smolt, and "spawner" returns spawners per smolt |
Numeric, units depend on "output" argument
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.