View source: R/make_std_table.R
make_std_table | R Documentation |
Create a reference table with expected values for the standards
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
)
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 |
slope |
The input ETF slope. |
intercept |
The input ETF intercept. |
aff |
The acid fractionation factor. |
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).
make_smp_info kslope kintercept kaff
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.