# 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
# Fleet one
summary(DataList[[1]][[1]])
# Fleet two
summary(DataList[[1]][[2]])
# }
Run the code above in your browser using DataLab