iso_add_standards: Add calibration standards

Description Usage Arguments Value See Also

View source: R/calibration.R

Description

Convenience function to add calibration standards to a continuous flow peak table (standalone or inside an isofiles object).

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
iso_add_standards(...)

## S3 method for class 'iso_file_list'
iso_add_standards(
  iso_files,
  stds,
  match_by = default(std_match_by),
  is_std_peak = default(is_std_peak),
  quiet = default(quiet)
)

## S3 method for class 'data.frame'
iso_add_standards(
  dt,
  stds,
  match_by = default(std_match_by),
  is_std_peak = default(is_std_peak),
  quiet = default(quiet),
  is_standard = NULL
)

Arguments

...

S3 method placeholder parameters, see class specific functions for details on parameters

iso_files

collection of continuous flow iso_file objects

stds

standards data frame

match_by

what column(s) to match the standards by

is_std_peak

new column that holds information about which ones are standard peaks (i.e. have known isotopic values)

quiet

whether to display (quiet=FALSE) or silence (quiet = TRUE) information messages.

dt

data frame with the peak table

is_standard

renamed to is_std_peak because the naming caused too much confusion, will be removed in future versions, please use is_std_peak instead

Value

iso files with standards data frame merged into the peak table and the following information column added:

See Also

Other calibration functions: iso_apply_calibration(), iso_evaluate_calibration_range(), iso_generate_calibration(), iso_get_calibration_coefficients(), iso_get_calibration_data(), iso_get_calibration_range(), iso_get_calibration_summary(), iso_get_problematic_calibrations(), iso_prepare_for_calibration(), iso_remove_problematic_calibrations()


KopfLab/isoprocessorCUB documentation built on Nov. 8, 2021, 9:54 a.m.