Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up
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.