We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In the current version of ggsurvplot(), to change tables heights, we have to specify 3 arguments:
ggsurvplot()
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.
The text was updated successfully, but these errors were encountered:
New argument tables.height added #157
fafbf96
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: