fig_summarize: Figure Summarization

View source: R/fig_summarize.R

fig_summarizeR Documentation

Figure Summarization

Description

Integrates the curve and range data into a format that is readable by the survival function.

Usage

fig_summarize(lines_vector, range_list, x_start, y_start = 0, y_end = 1)

Arguments

lines_vector

The output from the lines_isolate function.

range_list

The output from the range_detect function.

x_start

The starting value of the x-axis.

y_start

Starting value of the y-axis, defaults to the global y_start variable.

y_end

Ending value of the y-axis, defaults to the global y_end variable.

Value

A dataframe with columns: 'id', 'times', 'St', and 'curve'.

Examples

# fig_summarize(lines_vector, range_list, x_start, y_start, y_end)

Pechli-Lab/SurvdigitizeR documentation built on July 17, 2024, 8:01 a.m.