SS_executivesummaryMK: A function to create a executive summary tables from an SS...

Description Usage Arguments Value Author(s)

View source: R/SS_executivesummaryMK.R

Description

Reads the Report.sso within the directory and creates executive summary tables as required by the current Terms of Reference for West Coast groundfish. Works with Stock Synthesis versions 3.24U and later. Additionally, historical catch and numbers at ages tables are created.

Usage

1
2
3
4
5
6
7
SS_executivesummaryMK(
  dir,
  plotdir = "default",
  quant = 0.95,
  es.only = FALSE,
  nsex = FALSE
)

Arguments

dir

Locates the directory of the files to be read in, double backslashes (or forwardslashes) and quotes necessary.

plotdir

Directory where the table will be saved. The default saves the table to the dir location where the Report.sso file is located.

quant

to calculate confidence intervals, default is set at 0.95

es.only

= only the executive summary tables will be produced, default is false which will return all executive summary tables, historical catches, and numbers-at-ages

nsex

This will allow the user to calculate single sex values based on the new sex specification (-1) in SS for single sex models. Default value is FALSE. TRUE will not divide by 2.

Value

A csv files containing executive summary tables.

Author(s)

Chantel Wetzel


mkapur/kaputils documentation built on Nov. 14, 2021, 3:23 a.m.