calc_future_perSPR | R Documentation |
将来予測の結果オブジェクトから生物パラメータを取り出して、その生物パラメータをベースに、Fvectorで与えたF at ageに対応するSPRを計算して返す
calc_future_perSPR(
fout = NULL,
res_vpa = NULL,
biopar = NULL,
Fvector,
is_pope = NULL,
plus_group = NULL,
Fmax = 10,
target.col = NULL,
target.year = NULL,
SPRtarget = NULL,
SPR_unit = "digit"
)
fout |
将来予測のアウトプット(finputがない場合)。future_vpaの結果はformat_to_old_future関数をかまさないと動かない。 |
res_vpa |
Popeの式を使うかどうか、plus_groupの設定のために利用。実際、漁獲量は計算していないので、不要といえば不要。is_popleとplus_groupが設定されていてもこちらを優先する。 |
Fvector |
Fのベクトル |
is_pope |
res_vpaがない場合、popeの式を使うか |
plus_group |
es_vpaがない場合、プラスグループを考慮するか |
target.col |
将来予測の何列目の年を取り出すか(NULLの場合、最後の年) |
target.year |
将来予測の何年目を取り出すか(年の名前)(NULLの場合、最後の年) |
SPRtarget |
これを与えると、Fvectorを何倍すればここで指定した%SPRと一致するかを返すようになる |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.