This repository contains the code and documentation for developing the management strategy evaluation (MSE) for the North Atlantic Swordfish fishery.
More information on the North Atlantic Swordfish MSE is available on the project's Homepage.
The SWOMSE R package has been developed to conduct a management strategy
evaluation (MSE) for the Atlantic swordfish fishery.
The SWOMSE package can be installed from this GitHub repository using the remotes
package:
# install.packages("remotes")
remotes::install_github("ICCAT/nswo-mse")
Alternatively, you can clone the repository on your machine and build and install the package locally with RStudio.
The North Atlantic Swordfish MSE homepage is available here. The homepage include links to the Trial MSE Specifications document, CMP Development Guide, and SWOMSE User Manual, as well as a summary of the Operating Models and links to relevant SCRS papers.
The SWOMSE user manual can also be accessed with:
library(SWOMSE)
SWO_userguide()
Please report bugs and other issues relating to the code using the Issues feature.