calc_Fratio: calculate F/Ftarget based on F_%SPR multiplier

calc_FratioR Documentation

calculate F/Ftarget based on F_%SPR multiplier

Description

calculate F/Ftarget based on F_%SPR multiplier

Usage

calc_Fratio(
  faa,
  waa,
  maa,
  M,
  SPRtarget = 30,
  waa.catch = NULL,
  Pope = TRUE,
  return_SPR = FALSE,
  plus_group = TRUE,
  max.age = Inf
)

Arguments

faa

F at age

waa

weight at age

maa

maturity at age

M

natural morality at age

SPRtarget

target SPR (NULLの場合には最適化しない)

return_SPR

return SPR as well as Fratio

plus_group

プラスグループを考慮するかどうか

max.age

SPR計算を打ち切る最大の年。デフォルトはInf

もともとのF at ageの最大がexp(-7)よりも小さい場合にはFratio=0となる。一方で、F at ageをすごく大きくしても指定されたSPRを実現できないような場合のFratioの上限値を50とする。


ichimomo/frasyr documentation built on May 3, 2024, 1:30 a.m.