Skip to contents

Generates quality control plot based on supplied data.

Usage

plot_quality_control(qc_dat)

Arguments

qc_dat

data produced by create_quality_control_dataset function, scaled if necessary.

Value

a [ggplot2::ggplot()] object.

Details

This plot presents the mean uncertainty in function of selected maximal exchange control time of measurement. This plot is visible in GUI.

Examples

qc_dat <- create_quality_control_dataset(alpha_dat)  
plot_quality_control(qc_dat)