In the current version of ggsurvplot(), to change tables heights, we have to specify 3 arguments:
risk.table.height = 0.2,
cumevents.height = 0.2,
ncensor.plot.height = 0.2
This looks repetitive when one would like to apply the same height to all the accessory plots under the survival curves.
A general height argument is needed, `tables.height', to apply the same height to all the tables.
To modify the height of a specific table, one can use the corresponding argument.
In the current version of
ggsurvplot(), to change tables heights, we have to specify 3 arguments:risk.table.height = 0.2,
cumevents.height = 0.2,
ncensor.plot.height = 0.2
This looks repetitive when one would like to apply the same height to all the accessory plots under the survival curves.
A general height argument is needed, `tables.height', to apply the same height to all the tables.
To modify the height of a specific table, one can use the corresponding argument.