vignettes/mse-manual.Rmd
mse-manual.RmdWorkflow of the mp() function.
The mp() function takes as input a named list called args. These are arguments of the MSE run, and determine the time frame, frequency of application and lags. Only one argument is required:
For all other, default values are generated acording to the om object dimensions, or from internal defaults, as follows:
All these values can be simply overiden by including them in the args argument to mp(). The complete list of arguments is available to every (???) function in any element in the MSE control. In addition, these year dimension nbames vector, generated inside mp(), can also be used in any module function:
mse at the mse issue page,1 or on the FLR mailing list.mse can always be installed using the devtools package, by calling
library(devtools)
install_github('flr/mse')