solve_for_Ft: Solve for F

Description Usage Arguments Value

View source: R/MICE_functions.R

Description

Iteratively solve for instantaneous fishing mortality, F, given some target catch. Assumes the target is between 0 and 2x the initial guess.

Usage

1
solve_for_Ft(C, Nv, wv, Mv, Sv, Fstart)

Arguments

C

Target catch.

Nv

Number at age vector.

wv

Weight at age vector.

Mv

Mortality at age vector.

Sv

Selectivity at age vector.

Fstart

Starting guess at F.

Value

Instantaneous fishing mortality rate, Ft (a scalar).


jcpayne/mice-models documentation built on May 18, 2019, 10:25 p.m.