If TRUE (default) then display plots as they are generated.
return_plots
If TRUE (not default) return a list of ggplot objects representing the plots.
...
Ignored
Value
List of ggplot objects if return_plots is true.
Details
This function is a wrapper for the functions traceplots.dalmatian() and caterpillar.dalmatian() which
create traceplots and caterpillar plots of all variables stored by the sampler. Further control is available by calling
these functions directly.
References
Bonner, S., Kim, H., Westneat, D., Mutzel, A.,
Wright, J., and Schofield, M.. (2021). dalmatian: A Package
for Fitting Double Hierarchical Linear Models in R via JAGS and
nimble. Journal of Statistical Software, 100, 10, 1--25.
10.18637/jss.v100.i10.
# NOT RUN {## Plot results for pied-flycatcher model without random effectsplot(pfresults)
## Plot results for pied-flycatcher model with random effectsplot(pfresults2)
# }