plot_future_simple: 一つの将来予測の結果をプロットする(ggplotは使わず)

View source: R/graphics.r

plot_future_simpleR Documentation

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

Description

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

Usage

plot_future_simple(
  fres0,
  ylim.tmp = NULL,
  xlim.tmp = NULL,
  vpares = NULL,
  what = c(TRUE, TRUE, TRUE),
  conf = 0.1,
  N.line = 0,
  det.run = TRUE,
  label = c("Biomass", "SSB", "Catch"),
  is.legend = TRUE,
  add = FALSE,
  col = NULL,
  ...
)

Arguments

fres0

future.vpaからの出力結果


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