survival/sma_plot_surv_asct: Adjust output

Change labels.
This commit is contained in:
Jens Sauer 2021-01-17 11:36:21 +01:00
parent beedddda01
commit b08320bd3b

View File

@ -35,10 +35,11 @@ sma_plot_surv_dx_sex <- function() {
# plot survival after transplantation
sma_plot_surv_asct <- function() {
ggsurvplot(survfit(surv_asct ~ 1), data = secmal, xscale = "d_y",
title = "Survival after transplantation",
break.time.by = sma_break.time.by,
surv.median.line = "hv",
risk.table = "abs_pct",
legend = "none",
xlab = "Years",
ggtheme = theme_bw())
}