Learn R Programming

blindspiker (version 0.2.0)

plot_qq: quantile-quantile plot

Description

QQ plots by isotope

Usage

plot_qq(select_analyte, dat = bs_df)

Value

quantile-quantile plot of laboratory results of spiked samples

Arguments

select_analyte

the selected analyte for this run chart

dat

data frame with all data needed as described in `bs_prep_and_analysis`.Default is `bs_df`.

Examples

Run this code
example_spike_data <- system.file('extdata', 'spikevals.csv', package = 'blindspiker')
example_lab_data <- system.file('extdata', 'labvals.csv', package = 'blindspiker')
example_df <- bs_prep_and_analysis(spike_data = example_spike_data, lab_data = example_lab_data)
plot_qq(select_analyte = 'unknownium', dat = example_df)

Run the code above in your browser using DataLab