Skip to content

Commit 21bf0cd

Browse files
committed
changing default quantiles to 100 for ppc_dots and ppd_dots
1 parent 78177f0 commit 21bf0cd

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

R/ppc-distributions.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -532,7 +532,7 @@ ppc_dots <-
532532
yrep,
533533
...,
534534
binwidth = NA,
535-
quantiles = NA,
535+
quantiles = 100,
536536
freq = TRUE) {
537537
check_ignored_arguments(..., ok_args = c("dotsize", "layout", "stackratio", "overflow"))
538538

R/ppd-distributions.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ ppd_dots <-
199199
function(ypred,
200200
...,
201201
binwidth = NA,
202-
quantiles = NA,
202+
quantiles = 100,
203203
freq = TRUE) {
204204
check_ignored_arguments(..., ok_args = c("dotsize", "layout", "stackratio", "overflow"))
205205

man/PPC-distributions.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/PPD-distributions.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)