baranov_f: Baranov F

View source: R/baranov_f.R

baranov_fR Documentation

Baranov F

Description

baranov_f provides the function to solve in find_f for estimating weekly fishing mortality from catch (C), biomass (B) and natural mortality (M). It's based on the standard Baranov catch equation.

Usage

baranov_f(F, C, B, M)

Arguments

F

is the fishing mortality rate to solve.

C

is a Numeric vector detailing the catch at wk_{t}

B

is a Numeric vector of the biomass at wk_{t}

M

is a Numeric vector of the natural mortality rate at wk_{t}

Value

returns nothing, is objective to be solved by find_f

Examples

## No examples

pdolder/MixFishSim documentation built on Oct. 17, 2023, 4:25 p.m.