f_plot_survest: Plot survival estimates using base R graphics

Description Usage Arguments

View source: R/surv_plot.R

Description

Plot survival estimates using base R graphics

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
f_plot_survest(
  surv_list,
  t,
  t_int_sel,
  y_lab,
  x_lab,
  miny,
  x_legend,
  y_legend,
  cex = 0.7,
  ...
)

Arguments

surv_list

A list with survival estimates, one per regimen.

t

The vector of time values for plotting.

t_int_sel

Optional vector of indices that subsets t. If omitted the survival for all t values will be plotted.

y_lab

y-axis title.

x_lab

x-axis title.

miny

Minimum y value to plot

x_legend

y-coordinate for legend location.

y_legend

x-coordinate for legend location.

cex

Same as R plot function.

...

Additional arguments to be passed on to base R plot function.


osofr/estimtr documentation built on Jan. 25, 2022, 8:05 a.m.