1 2 3 | simplePlot(modelList, modNames = names(modelList)[modOrder],
paramList = c("obsSD", "procSD", "prod", "logCap"), funcList = NULL,
cols = 4, leftMargin = 12, modOrder = 1:length(modelList))
|
modelList |
a list of multiple run objects (dmObj) based on different models. Each run object in the list is from one call of runModel |
modNames |
more detailed names of models. If the runs are named in the list, it uses those by default. |
paramList |
The parameters you want to compare from the model output. |
funcList |
functions that take the dmObj as their only parameter return a posterior distribution you want to compare across models. the user can make their own functions or utilize one of the available functions (procVarAutoCorr, and SmsyFunc) |
cols |
The number of columns of figures in the plot. |
leftMargin |
the size of the left figure margin (passed to oma in par). |
modOrder |
the order of the models. defaults to the the order in the list. |
The plot is made.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.