findF_bisection.Rd
Uses the Baranov catch equation to compute the instantenous fishing mortality rate (F) that would yield a specific level of catch using bisection
findF_bisection(f_guess, naa, waa, mort, selex, ret = NA, dmr = NA, prov_catch)
the fishing mortality rate that yields the desired catch level
if (FALSE) { # \dontrun{
findF_bisection(f_guess=0.1, naa=naa, waa=waa, mort=mort, selex=selex, prov_catch=12)
} # }