Spread and match sample gas and reference gas.
spread_match(
  .data,
  ...,
  method = "normal",
  masses = c(44:49, 54),
  quiet = NULL
)A tibble, resulting from isoreader::iso_get_raw_data().
These dots are for future extensions and must be empty.
"linterp" for linear interpolation, or "normal" for conventional bracketing of sample gas.
The masses to generate r and s columns from.
If TRUE, print info messages. If NULL (default) listens to options(clumpedr.quiet)