I'd like to edit the y-axis titles of my Schoenfeld residuals plot, which currently say, "Beta(t) for [variable name]" where [variable name] is the variable's data entry name rather than its label name. For instance, I'd like to change "Beta(t) for exposure" in the following plot to "Beta(t) for Mortality" and "Beta(t) for PROBLEMUse" to "Beta(t) for Problematic Substance Use". Is this possible?
mod.full <- coxph(Surv(Time, outcome) ~ exposure + ., md)
ggcoxzph(cox.zph(mod.full), point.size = 1, ggtheme = theme_classic() + customization_sr)