Learn R Programming

MSEtool (version 2.0.1)

Albacore_TwoFleet: A two-fleet Albacore operating model

Description

A generic operating model for an albacore stock with two fishing fleets. The first fleet has dome-shaped selectivity (similar to a baitboat fleet) while the second fleet exhibits logistic selectivity (such as a longline fleet). With the CatchFrac slot, we generate a 30 ratio between the baitboat-longline fleets in the most recent historical year.

Usage

Albacore_TwoFleet

Arguments

Format

An object of class '>MOM.

Examples

Run this code
# NOT RUN {
## Plot historical effort and selectivity between the 2 fleets
plot(Albacore_TwoFleet)

## Generate data (e.g., catch, length comps) from the fleets
Hist <- multiMSE(Albacore_TwoFleet, Hist = TRUE)
DataList <- Hist$Data
# }

Run the code above in your browser using DataLab