tidy_for_plot | R Documentation |
Ultimately, may not export this function.
tidy_for_plot(
tidied_for_tmas,
by_var_fit,
layout,
.var_col = ".var",
.model_name_col = "model_name",
.hit_filt_col = "dye_channel_f",
.hit_filt_components = c("dye", "channel_f"),
...
)
tidied_for_tmas |
a tibble of raw data, as returned by |
by_var_fit |
a tibble of fit results, as returned by |
layout |
a tibble of plate layout information, as returned by |
.var_col |
a string, giving the name of the column in both |
.model_name_col |
a string, giving the name of column in |
.hit_filt_col |
a string, giving the name of the column which is created here through a |
.hit_filt_components |
a character vector of length 2, giving the columns in |
... |
additional arguments, not passed to anything internal here, but allows for the function to recieve named arguments from upstream functions while ignoring arguments passed with ... which match nothing in this function. |
Use tidy_for_plot
to prepare raw and predicted data for plotting.
a tibble, rady for passing to downstream plotting functions.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.