get_tuning_table: Get the tuning table

View source: R/SS_tune_comps.R

get_tuning_tableR Documentation

Get the tuning table

Description

Get the tuning table

Usage

get_tuning_table(
  replist,
  fleets,
  option,
  digits = 6,
  write = TRUE,
  verbose = TRUE
)

Arguments

replist

A list object created by SS_output().

fleets

A vector of fleet numbers

option

Which type of tuning: 'none', 'Francis', 'MI', or 'DM'

digits

Number of digits to round numbers to

write

Write suggested tunings to a file 'suggested_tunings.ss'

verbose

A logical value specifying if output should be printed to the screen.


r4ss documentation built on May 28, 2022, 1:11 a.m.