plot_quality_control: Plot quality control data

View source: R/quality_control.R

plot_quality_controlR Documentation

Plot quality control data

Description

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.

Details

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

Value

a [ggplot2::ggplot()] object.

See Also

create_quality_control_dataset show_quality_control_data

Examples

qc_dat <- create_quality_control_dataset(alpha_dat)  
plot_quality_control(qc_dat)


HaDeX2 documentation built on Feb. 9, 2026, 5:07 p.m.