compare_MSY.Rd
複数の管理基準値の推定結果を重ね書きする
compare_MSY( MSYlist, legend.position = "top", MSYname = NULL, yaxis = "Fref2Fcurrent" )
est.MSYの返り値をリストにしたもの; 単独でも可
凡例の位置
凡例につけるMSYのケースの名前。MSYlistと同じ長さにしないとエラーとなる
if (FALSE) { # \dontrun{ data(res_MSY) MSY_list <- tibble::lst(res_MSY_HSL1, res_MSY_HSL2) g1 <- compare_MSY(list(res_MSY, res_MSY)) } # }