make_std_table: Create reference table of standards

View source: R/make_std_table.R

make_std_tableR Documentation

Create reference table of standards

Description

Create a reference table with expected values for the standards

Usage

make_std_table(
  id = c(paste0("ETH-", 1:4), "UU1"),
  col = c("orange", "purple", "#00B600", "blue", "#FFCD00"),
  D47_std = c(0.258, 0.256, 0.691, 0.507, tempcal(4, ignorecnf = TRUE)),
  slope = kslope,
  intercept = kintercept,
  aff = kaff
)

Arguments

id

The names of the standards that are used in the simulations.

col

The colours that these standards will have in plots.

D47_std

The accepted \Delta_{47} values of the standards.

slope

The input ETF slope.

intercept

The input ETF intercept.

aff

The acid fractionation factor.

Value

A tibble of standard names (id), colours (col), \Delta_{47} accepted value (D47), \Delta_{47} with acid fractionation subtracted, i.e. projected to 70°C (D47.noacid), the expected raw value based on the linear regression (rawcat) and the temperature in °C (temp).

See Also

make_smp_info kslope kintercept kaff


japhir/stdsim documentation built on May 5, 2023, 8:19 a.m.