compare_MSY: 複数の管理基準値の推定結果を重ね書きする

View source: R/graphics.r

compare_MSYR Documentation

複数の管理基準値の推定結果を重ね書きする

Description

複数の管理基準値の推定結果を重ね書きする

Usage

compare_MSY(
  MSYlist,
  legend.position = "top",
  MSYname = NULL,
  yaxis = "Fref2Fcurrent"
)

Arguments

MSYlist

est.MSYの返り値をリストにしたもの; 単独でも可

legend.position

凡例の位置

MSYname

凡例につけるMSYのケースの名前。MSYlistと同じ長さにしないとエラーとなる

yaxis

Examples

## Not run: 
data(res_MSY)
MSY_list <- tibble::lst(res_MSY_HSL1, res_MSY_HSL2)
g1 <- compare_MSY(list(res_MSY, res_MSY))

## End(Not run)


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