View source: R/quality_control.R
| plot_quality_control | R Documentation |
Generates quality control plot based on supplied data.
plot_quality_control(qc_dat)
qc_dat |
data produced by |
This plot presents the mean uncertainty in function of selected maximal exchange control time of measurement. This plot is visible in GUI.
a [ggplot2::ggplot()] object.
create_quality_control_dataset
show_quality_control_data
qc_dat <- create_quality_control_dataset(alpha_dat)
plot_quality_control(qc_dat)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.