Skip to content

Commit 4b79f92

Browse files
committed
Update ppc-loo.R
1 parent 3a76b7d commit 4b79f92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/ppc-loo.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ ppc_loo_pit_overlay <- function(y,
190190
na.rm = TRUE) +
191191
scale_x_continuous(
192192
limits = c(0, 1),
193-
expand = expansion(0, 0)
193+
expand = expansion(0, 0.01)
194194
)
195195

196196
} else {

0 commit comments

Comments
 (0)