out.vpa: VPA結果をcsvファイルに出力する

View source: R/utilities.r

out.vpaR Documentation

VPA結果をcsvファイルに出力する

Description

VPA結果をcsvファイルに出力する

Usage

out.vpa(
  res = NULL,
  srres = NULL,
  msyres = NULL,
  fres_current = NULL,
  fres_HCR = NULL,
  kobeII = NULL,
  kobe.ratio = NULL,
  other_tables = NULL,
  filename = "vpa",
  csvname = NULL,
  pdfname = NULL,
  ci.future = c(0.1, 0.5, 0.9)
)

Arguments

res

VPAの結果

srres

fit.SRの結果

msyres

est.MSYの結果

fres_current

future_vpaの結果(Fcurrent)

fres_HCR

future_vpaの結果(F with HCR)

kobeII

kobeII.matrixの結果

other_tables

その他の表

filename

csvファイルとpdfファイルの両方のファイル名を指定する場合(拡張子なしで指定)

csvname

csvファイルのファイル名

pdfname

pdfファイルのファイル名


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