simplePlot: Create posterior credible interval plots from multiple DM...

Usage Arguments Value

Usage

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))

Arguments

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.

Value

The plot is made.


eeholmes/DM documentation built on May 26, 2019, 3:36 p.m.