- x
Output object returned from jagsUI
- p
Optional vector of parameters to subset
- n.eff
Optionally, whether to plot n.eff
instead of Rhat
. Defaults to FALSE
.
- fence
Value of horizontal lines to overlay as reference. Accepting the default value (NULL
) will give fence
values
of 1.1 (a commonly used value) and 1.01 for Rhat, or 100 and 500 for n.eff.
- plotsequence
Whether to plot parameter vectors (or matrices) in a sequence, running left to right, which may
be useful for time series models, etc. If the default (FALSE
) is used, a vertical cluster will be plotted
for each parameter, resulting in a simpler plot if there are many parameters. Note that the Rhat
values will still be
plotted in sequence if the default (FALSE
) is used.
- splitarr
Whether to split 2+ dimensional parameter arrays by a given dimension, rather than plotting the full
array in one vertical cluster or continuous sequence. This may be recommended in the case of large arrays. Defaults to FALSE
.
- margin
If splitarr=
is set to TRUE
, which array margin to split by. In the case of a 2-dimensional array, setting
margin=2
will separate the array by column. If the default (NULL
) is accepted, the function will split by the smallest dimension,
therefore splitting into the fewest groups.
- ...
additional plotting arguments