get_performance: 将来予測の結果のリストを入れると、代表的なパフォーマンス指標をピックアップする

get_performanceR Documentation

将来予測の結果のリストを入れると、代表的なパフォーマンス指標をピックアップする

Description

将来予測の結果のリストを入れると、代表的なパフォーマンス指標をピックアップする

Usage

get_performance(
  future_list,
  res_vpa,
  ABC_year = 2021,
  is_MSE = FALSE,
  indicator_year = c(0, 5, 10),
  Btarget = 0,
  Blimit = 0,
  Bban = 0,
  type = c("long", "wide")[1],
  biomass.unit = 10000,
  ...
)

Arguments

future_list

future_vpaまたはfuture.vpaの返り値のリスト

res_vpa

vpaの返り値

ABC_year

特にABCに注目したい年

is_MSE

MSEの結果を使うかどうか。MSEの結果の場合には、ABCや加入尾数の真の値との誤差も出力する

indicator_year

ABC_yearから相対的に何年後を指標として取り出すか

Btarget

目標管理基準値の値

Blimit

限界管理基準値の値

Bban

禁漁水準の値

type

出力の形式。"long"は縦長(ggplotに渡すときに便利)、"wide"は横長(数字を直接比較するときに便利)

biomass.unit

資源量の単位


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