find_spat_f_naive: find spatial Fs (fishing mortality rates), naive methods of...

View source: R/find_spat_f_naive.R

find_spat_f_naiveR Documentation

find spatial Fs (fishing mortality rates), naive methods of C/B for speed

Description

find_spat_f uses uniroot to find the fishing mortality rate for a population given the catch, biomass and natural mortality using the baranov_f objective function.

Usage

find_spat_f_naive(C = C, B = B)

Arguments

C

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

B

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

Value

Gives a matrix the spatial fishing mortality estimate F

Examples

find_spat_f_naive(C = matrix(1000,3000, nc =2), B =
matrix(12000,10000, ncol = 2))

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