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

Changes to default "ask" in plotting functions #28

Closed mikemeredith closed 4 years ago

mikemeredith commented 4 years ago

This applies to traceplot, densityplot and plot.jagsUI R code and man pages. See issue #27.

codecov-io commented 4 years ago

Codecov Report

Merging #28 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #28   +/-   ##
=======================================
  Coverage   65.43%   65.43%           
=======================================
  Files          22       22           
  Lines         978      978           
=======================================
  Hits          640      640           
  Misses        338      338
Impacted Files Coverage Δ
R/densityplot.R 100% <ø> (ø) :arrow_up:
R/plot.R 100% <ø> (ø) :arrow_up:
R/traceplot.R 100% <100%> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 100cac1...f212e53. Read the comment docs.

kenkellner commented 4 years ago

Your branch included both the ask and na.rm fixes, so I merged both to avoid complex cherry picking. Fixes #27 and #29. Thanks Mike!