summary_kobe_table(
  kobeII.table,
  target_threshold,
  risk_threshold,
  ssbpercent_summary_year = c(2031),
  ssb_summary_year = c(2025, 2031),
  catch_summary_year = c(2021, 2026, 2031),
  SBmsy = 1,
  MSY = 1,
  Bthreshold_label = "blimit.risk",
  sort_result_table = FALSE
)

Arguments

target_threshold

c(60, 50)みたいな2つの長さのベクトル。一番目はbeta=0.8のときのtargetを上回る確率、2番めは50

risk_thresholdc(0.2,15) みたいな2つの長さのベクトル。一番目はbeta=0.8のときに10年間でずっとthresholdを上回る確率、2番めは50ssbpercent_summary_year目標管理基準値を上回るかどうかを判断する年ssb_summary_yearパフォーマンス指標として取り出すSSBの年catch_summary_yearパフォーマンス指標として取り出すCatchの年SBmsyここで与えた相対値としてSBのパフォーマンス指標を示すMSYここで与えた相対値としてMSYのパフォーマンス指標を示すBthreshold_labelランクづけに利用するリスクをkobe.tableから持ってくるときのkobe.tableのリストの名前 kobe.tableをさらにsummaryする