Skip to content

Commit

Permalink
rev
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeJSeo committed Aug 30, 2024
1 parent c793780 commit cad8442
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion R/plot_km2.R
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ basic_kmplot2 <- function(kmlist,
main_title = "Kaplan-Meier Curves",
break_x_by = NULL,
censor = TRUE,
xlab = "Time",
xlim = NULL,
use_colors = NULL,
use_line_types = NULL) {
Expand All @@ -195,7 +196,7 @@ basic_kmplot2 <- function(kmlist,
break.x.by = break_x_by,
censor = censor,
censor.size = 2,
xlab = "Time",
xlab = xlab,
ylab = endpoint_name,
legend.title = "Treatment",
legend = c(0.85, 0.82),
Expand Down

0 comments on commit cad8442

Please sign in to comment.