compare_projections_dbsra: Compare projections from different DB-SRA cases

View source: R/compare_projections.R

compare_projections_dbsraR Documentation

Compare projections from different DB-SRA cases

Description

Compare projections from different DB-SRA cases

Usage

compare_projections_dbsra(
  case_name,
  projection_output_data,
  projection_year,
  model_year,
  lag = 0,
  amo,
  pdsi,
  bassB,
  menhadenC,
  menhadenE,
  menhadenCPUE,
  bassCPUE,
  herringCPUE,
  menhadenV,
  indices
)

Arguments

case_name

name of a case.

projection_output_data

Output data frame from different DB-SRA cases.

projection_year

A vector of projection years.

model_year

A vector of model years.

lag

Lag between biomass of menhaden-like species and indices.

amo

AMO data.

pdsi

Palmer drought severity index data.

bassB

Biomass of Striped bass data.

menhadenC

Catch of menhaden-like species from the EwE operating model.

menhadenE

Fishing effort of menhaden-like species from the EwE operating model.

menhadenCPUE

Catch per unit effort of menhaden-like species from the EwE operating model.

bassCPUE

Catch per unit effort of bass-like species from the EwE operating model.

herringCPUE

Catch per unit effort of herring-like species from the EwE operating model.

menhadenV

Ex-vessel value of menhaden-like species.

indices

Indices will be used in the analysis.

Value

A data list that includes slope values from linear regression models (lm_slope), status of indicator output (soi_data), adjusted TAC output (tac_data), reshaped status of indicator output (soi_data_melt), reshaped adjusted TAC output (tac_data_melt), and median adjusted tac over years (tac_data_melt_median).


Bai-Li-NOAA/IFA4EBFM documentation built on May 1, 2024, 9:24 p.m.