Skip to content

Commit 78177f0

Browse files
committed
default quantiles=100 for mcmc_dots and mcmc_dots_by_chain
1 parent 9b2fa26 commit 78177f0

File tree

3 files changed

+830
-4020
lines changed

3 files changed

+830
-4020
lines changed

R/mcmc-distributions.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,7 @@ mcmc_dots <- function(
408408
facet_args = list(),
409409
binwidth = NA,
410410
alpha = 1,
411-
quantiles = NA
411+
quantiles = 100
412412
) {
413413
check_ignored_arguments(..., ok_args = c("dotsize", "layout", "stackratio", "overflow"))
414414

@@ -438,7 +438,7 @@ mcmc_dots_by_chain <- function(
438438
facet_args = list(),
439439
binwidth = NA,
440440
alpha = 1,
441-
quantiles = NA
441+
quantiles = 100
442442
) {
443443
check_ignored_arguments(..., ok_args = c("dotsize", "layout", "stackratio", "overflow"))
444444

man/MCMC-distributions.Rd

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)