MSEtool includes 2 example Imp objects. They can be listed using the avail
function:
avail('Imp')
## Searching for objects of class Imp in package: MSEtool
## [1] "Overages" "Perfect_Imp"
These objects can be used together with the example Stock, Fleet, and Obs to quickly create an operating model:
OM <- new('OM', Albacore, FlatE_Dom, Generic_Obs, Overages, nsim=100)