This uses the revcal()
function to calculate temperatures from
\(\Delta_{47}\) values. At the moment it ignores the uncertainty in
the regression.
temperature_calculation(
.data,
...,
D47 = D47_final,
temp = temperature,
slope = "slope",
intercept = "intercept",
quiet = NULL
)
A tibble, resulting from acid_fractionation()
.
These dots are for future extensions and must be empty.
The column name of the \(\Delta_{47}\) values to use as input.
The column name of the output temperature.
Character(1) column name with the slope.
Character(1) column name with the intercept.
If TRUE
, print info messages. If NULL
(default) listens to options(clumpedr.quiet)
revcal()
tempcal()