Skip to content

Commit 9f8ff05

Browse files
scale_color_ppc_dist -> scale_color_ppc
1 parent 0d90c47 commit 9f8ff05

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

R/ppc-distributions.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -638,7 +638,7 @@ ppc_pit_ecdf <- function(y,
638638
yaxis_title(FALSE) +
639639
xaxis_title(FALSE) +
640640
yaxis_ticks(FALSE) +
641-
scale_color_ppc_dist() +
641+
scale_color_ppc() +
642642
bayesplot_theme_get()
643643
}
644644

@@ -725,6 +725,6 @@ ppc_pit_ecdf_grouped <-
725725
yaxis_ticks(FALSE) +
726726
bayesplot_theme_get() +
727727
facet_wrap("group") +
728-
scale_color_ppc_dist() +
728+
scale_color_ppc() +
729729
force_axes_in_facets()
730730
}

0 commit comments

Comments
 (0)