Example Fleet Objects

MSEtool includes 15 example Fleet objects. They can be listed using the avail function:

avail('Fleet')
## Searching for objects of class Fleet in package: MSEtool
##  [1] "DecE_Dom"              "DecE_HDom"             "DecE_NDom"            
##  [4] "FlatE_Dom"             "FlatE_HDom"            "FlatE_NDom"           
##  [7] "Generic_DecE"          "Generic_FlatE"         "Generic_Fleet"        
## [10] "Generic_IncE"          "IncE_HDom"             "IncE_NDom"            
## [13] "Low_Effort_Non_Target" "Target_All_Fish"       "Targeting_Small_Fish"

These objects can be used together with the example Stock, Obs, and Imp, to quickly create an operating model:

OM <- new('OM', Albacore, FlatE_Dom, Generic_Obs, Overages, nsim=100)