calc_Fratio.Rd
calculate F/Ftarget based on F_%SPR multiplier
calc_Fratio(
faa,
waa,
maa,
M,
SPRtarget = 30,
waa.catch = NULL,
Pope = TRUE,
return_SPR = FALSE,
plus_group = TRUE,
max.age = Inf
)
F at age
weight at age
maturity at age
natural morality at age
target SPR (NULLの場合には最適化しない)
return SPR as well as Fratio
プラスグループを考慮するかどうか
SPR計算を打ち切る最大の年。デフォルトはInf
もともとのF at ageの最大がexp(-7)よりも小さい場合にはFratio=0となる。一方で、F at ageをすごく大きくしても指定されたSPRを実現できないような場合のFratioの上限値を50とする。