combine_fff: Combine loaded UV-MALS and ICP-MS data

View source: R/combine_fff.R

combine_fffR Documentation

Combine loaded UV-MALS and ICP-MS data

Description

Combine loaded UV-MALS and ICP-MS data

Usage

combine_fff(icp = NULL, uv = NULL, subtract_blank = TRUE, focus = 10)

Arguments

icp

A tibble created by load_icp(), or

uv

A tibble created by load_uv(), or both.

subtract_blank

Logical. Subtract a blank from the sample runs?

focus

Focusing period, in minutes.

Value

A tibble with the columns date', 'sample', 'param', 'time', 'conc', and 'three_sigma'. The final column, 'three_sigma' represents three times the standard deviation of blank runs corresponding to each date and analyte.

Examples

path <- system.file("extdata", package = "fffprocessr")
combine_fff(load_icp(path), load_uv(path, UV254_1))

bentrueman/fffprocessr documentation built on June 23, 2024, 1:23 a.m.