get_f: Calculate the fishing mortality based on catch. See Methot &...

View source: R/get_f.R

get_fR Documentation

Calculate the fishing mortality based on catch. See Methot & Wetzel 2013, Appendix A.

Description

Calculate the fishing mortality based on catch. See Methot & Wetzel 2013, Appendix A.

Usage

get_f(
  e_tmp = NULL,
  b_tmp = NULL,
  yr = yr,
  season = season,
  space = space,
  m_season = NULL,
  f_sel = NULL,
  n_tmp = NULL,
  wage_catch = NULL,
  method = "Hybrid"
)

Arguments

e_tmp

Catch

b_tmp

Biomass

m_season

Natural mortality

f_sel

Fisheries selectivity

n_tmp

Numbers at age

wage_catch

Weight at age

method

Only 'Hybrid' implemented

Value

The fishing mortality value


pacific-hake/pacifichakemse documentation built on June 11, 2024, 4:07 a.m.