View source: R/fig_summarize.R
fig_summarize | R Documentation |
Integrates the curve and range data into a format that is readable by the survival function.
fig_summarize(lines_vector, range_list, x_start, y_start = 0, y_end = 1)
lines_vector |
The output from the |
range_list |
The output from the |
x_start |
The starting value of the x-axis. |
y_start |
Starting value of the y-axis, defaults to the global |
y_end |
Ending value of the y-axis, defaults to the global |
A dataframe with columns: 'id', 'times', 'St', and 'curve'.
# fig_summarize(lines_vector, range_list, x_start, y_start, y_end)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.