BAM2MOM: Import a multi-stock, multi-fleet OM from a BAM object

View source: R/BAM2OM.R

BAM2MOMR Documentation

Import a multi-stock, multi-fleet OM from a BAM object

Description

Import a multi-stock, multi-fleet OM from a BAM object

Usage

BAM2MOM(
  rdat,
  nsim = 48,
  proyears = 50,
  interval = 1,
  stock_name = NULL,
  fleet_name = NULL,
  LowerTri = 0,
  report = FALSE,
  ...
)

BAM2OM(rdat, nsim = 48, proyears = 50, interval = 2, report = FALSE, ...)

Arguments

rdat

A list object from the BAMextras package. Use bamExtras::standardize_rdat(rdat)

nsim

the number of simulations

proyears

the number of projection years

interval

the management interval

stock_name

Name of the stock(s)

fleet_name

Name of the fleet(s)

LowerTri

Integer. The number of recent years for which model estimates of recruitment are ignored (not reliably estimated by the assessment)

report

Logical, if TRUE, a diagnostic will be reported showing the matching of the OM reconstructed numbers at age vs the assessment.

...

Additional arguments passed to MSEtool::Assess2MOM

Value

An object of class MOM

Functions

  • BAM2OM(): Create a single stock/fleet OM from a BAM object


Blue-Matter/OMtool documentation built on April 29, 2024, 12:17 a.m.