out_beta_table: output summary table when changing beta

Description Usage Arguments

View source: R/utlitika.R

Description

output summary table when changing beta

Usage

1
2
3
4
5
6
7
8
out_beta_table(
  future_HCR,
  SBmsy,
  Fmsy = NULL,
  beta = seq(0, 1, by = 0.1),
  future_Fcurrent = NULL,
  filename = "beta_table"
)

Arguments

future_HCR

future_sim object with HCR = TRUE

SBmsy

SBmsy as a target reference point

Fmsy

Fmsy to be multiplied by beta

beta

vector of beta (multipliers of Fmsy)

future_Fcurrent

future_sim object with Fcurrent (optional)

filename

file name of saving


ShotaNishijima/messir documentation built on April 2, 2020, 2:58 a.m.