Calculate recruitment from spawning stock biomass using Beverton-Holt or Ricker.
Examples
get_stock_recruitment(sr_type = 1, SSB0 = 1000, SSB = 100, logit_h = qlogis(0.99))
#> [1] 0.9777778
Calculate recruitment from spawning stock biomass using Beverton-Holt or Ricker.
get_stock_recruitment(sr_type = 1, SSB0 = 1000, SSB = 100, logit_h = qlogis(0.99))
#> [1] 0.9777778