Calculate spawners per recruit by individual stock. Appropriate for a population model with a single spatial area and an annual time steps, i.e. single season.
calc_phi_simple(Z, fec_a, mat_a, delta = 0)calc_NPR(Z, na = length(Z), plusgroup = TRUE)
calc_phi_simple() returns a numeric for the spawning biomass per recruit.
calc_NPR() returns a numeric, numbers per recruit at age
Total mortality at age
Fecundity at age. Vector
Maturity at age. Vector
Fraction of season that elapses when spawning occurs, e.g., midseason spawning when delta = 0.5.
Integer, number of age classes
Logical, whether the largest age class is a plusgroup accumulator age
calc_phi_project()