Skip to content

Commit efaeb89

Browse files
committed
fix missing scale in censoring
1 parent 9564050 commit efaeb89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/ppc-censoring.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ ppc_km_overlay <- function(
150150
) +
151151
scale_size_identity() +
152152
scale_alpha_identity() +
153-
scale_color_ppc_dist() +
153+
scale_color_ppc() +
154154
scale_y_continuous(breaks = c(0, 0.5, 1)) +
155155
xlab(y_label()) +
156156
yaxis_title(FALSE) +

0 commit comments

Comments
 (0)