| OM-class {MSEtool} | R Documentation |
Class 'OM'
Description
An object containing all the parameters needed to control the MSE which can be build from component Stock, Fleet, Obs, and Imp objects.
Details
Almost all of these inputs are a vector of length 2 which describes the upper and lower bounds of a uniform distribution from which to sample the parameter.
Slots
NameName of the operating model
AgencyName of the agency responsible for the management of the fishery. Character string
RegionName of the general geographic region of the fishery. Character string
SponsorName of the organization who sponsored the OM. Character string
LatitudeLatitude (decimal degrees). Negative values represent the South of the Equator. Numeric. Single value
LongitudeLongitude (decimal degrees). Negative values represent the West of the Prime Meridian. Numeric. Single value
nsimThe number of simulations
proyearsThe number of projected years
intervalThe assessment interval - how often would you like to update the management system?
pstarThe percentile of the sample of the management recommendation for each method
maxFMaximum instantaneous fishing mortality rate that may be simulated for any given age class
repsNumber of samples of the management recommendation for each method. Note that when this is set to 1, the mean value of the data inputs is used.
cparsA list of custom parameters. Time series are a matrix nsim rows by nyears columns. Single parameters are a vector nsim long
seedA random seed to ensure users can reproduce results exactly
SourceA reference to a website or article from which parameters were taken to define the operating model
Objects from the Class
Objects can be created by calls of the form
new('OM', Stock, Fleet, Obs, Imp).
Author(s)
T. Carruthers and A. Hordyk