Plot survival estimates using base R graphics
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,
...
)
|
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 |
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.