calculate_oxidation_blank: Calculate oxidation blank area/volume

Description Usage Arguments Value See Also

View source: R/calculations.R

Description

Calculates the oxidation blank area to volume ratio from the direct measurements of the blank peak. For setting this parameter manually, please use set_oxidation_blank.

Usage

1
2
3
4
5
6
7
8
calculate_oxidation_blank(
  data,
  area,
  volume,
  criteria = grepl("POR Blank", name),
  update_category = "oxidation blank",
  quiet = FALSE
)

Arguments

data

(can be a grouped_by data set)

area

the area column

volume

the volume column

criteria

the expression used to find the analyses

update_category

value to update the found records category to (pass in NULL if no update of category is desired)

Value

adds the parameter column p.oblank

See Also

change_category


sebkopf/isorunN2O documentation built on April 18, 2021, 6:57 p.m.