kenkellner / jagsUI

R package to Run JAGS (Just Another Gibbs Sampler) analyses from within R
https://kenkellner.github.io/jagsUI/
34 stars 8 forks source link

Tweaks to plotting functions #35

Closed mikemeredith closed 4 years ago

mikemeredith commented 4 years ago

args list now has ask=NULL but same behaviour. traceplot and densityplot do not touch par(mfrow...) when per_plot=1. Only par settings which have been changes are restored.

Ran the example in shinyjags and plots seem to be well-behaved.

mikemeredith commented 4 years ago

Latest commit has several changes:

kenkellner commented 4 years ago

Thanks Mike. Sorry for the delay, the failed tests are due to very small changes in plot appearance that I'll fix soon.