Skip to content

Repetitive arguments for changing tables height #157

@kassambara

Description

@kassambara

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.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions