Description Usage Arguments Value
View source: R/generate_p_cut_frame.R
Processes the data into the format required for plotting.
1 2 3 4 5 | generate_p_cut_frame(
full_raw_results,
p_cut_vals = seq(from = 0.2, to = 1, by = 0.05),
silent = !interactive()
)
|
full_raw_results |
Dataframe of results (spec to come) |
p_cut_vals |
Vector of cut values to plot. |
silent |
Whether to suppress messages as it's running.. Default |
List per n_rows
value of a dataframe ready to be plotted.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.