Spread and match sample gas and reference gas.

spread_match(
  .data,
  ...,
  method = "normal",
  masses = c(44:49, 54),
  quiet = NULL
)

Arguments

.data

A tibble, resulting from isoreader::iso_get_raw_data().

...

These dots are for future extensions and must be empty.

method

"linterp" for linear interpolation, or "normal" for conventional bracketing of sample gas.

masses

The masses to generate r and s columns from.

quiet

If TRUE, print info messages. If NULL (default) listens to options(clumpedr.quiet)