ggsurvfit: showing survival probability in % on y-axis for different time-points
I’m using ggsurvfit to create a Kaplan–Meier estimator for survival probability. I know that I can add quantiles for different time points by using e.g. add_quantile(x_value = 5). However, I would like to show the survival probability for those quantiles also as a number on the y-axis in percent. Is there any possibility to do this? I have looked up into the ggsurvfit examples and also on stack overflow but have not found anything. Thank you for your support!