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

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

Arguments

MSYlist

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

legend.position

凡例の位置

MSYname

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

yaxis

Examples

if (FALSE) { # \dontrun{
data(res_MSY)
MSY_list <- tibble::lst(res_MSY_HSL1, res_MSY_HSL2)
g1 <- compare_MSY(list(res_MSY, res_MSY))
} # }