plot_futures_simple: 複数の将来予測の結果をプロットする(ggplotは使わず)

View source: R/graphics.r

plot_futures_simpleR Documentation

複数の将来予測の結果をプロットする(ggplotは使わず)

Description

複数の将来予測の結果をプロットする(ggplotは使わず)

Usage

plot_futures_simple(
  fres.list,
  conf = c(0.1, 0.5, 0.9),
  target = "SSB",
  legend.text = "",
  xlim.tmp = NULL,
  y.scale = 1,
  det.run = TRUE
)

Arguments

fres.list

future.vpaからの出力結果をリストで並べたもの


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