Skip to contents

Kaplan-Meier plots generated for multiple survival outcomes can be wrapped into a single figure.

Usage

wrap_ggkm(x, ncol = 1, nrow = NULL, ...)

Arguments

x

list of ggkm() figures

ncol

number of columns to wrap plots into. Default is 1.

nrow

number of rows to wrap plots into.

...

additional annotation parameters passed to patchwork::plot_annotation()