find_F.Rd
Uses the Baranov catch equation to compute the instantenous fishing mortality rate (F) that would yield a specific level of catch_
find_F(f_guess, naa, waa, mort, selex, ret = NA, dmr = NA, prov_catch)
initial guess for F
numbers-at-age
weight-at-age
natural-mortality-at-age
selectivity-at-age
retention-at-age (optional)
instantaneous discard mortality rate (optional)
desired catch level
the fishing mortality rate that yields the desired catch level
if (FALSE) {
find_F(f_guess=0.1, naa=naa, waa=waa, mort=mort, selex=selex, prov_catch=0.12)
}