Utility functions for MSE objects
checkMSE(MSEobj)joinMSE(MSEobjs = NULL)
joinHist(Hist_List)
updateMSE(MSEobj, save.name = NULL)
A MSE
object
A list of MSE objects
A list of objects of class Hist
Character string. Optional file name to save the updated MSE object to disk.
An object of class MSE
A new object of class Hist
checkMSE
: Check that an MSE object includes all slots in the latest version of DLMtool
joinMSE
: Joins two or more MSE objects together. MSE objects must have identical
number of historical years, and projection years. Also works for Hist objects returned
by runMSE(Hist=TRUE)
joinHist
: Join objects of class Hist
updateMSE
: Updates an existing MSE object (class MSE) from a previous version of the
DLMtool to include slots new to the latest version. Also works with Stock,
Fleet, Obs, Imp, and Data objects. The new slots will be empty,
but avoids the 'slot doesn't exist' error that sometimes occurs.
Returns an object of class matching class(MSEobj)