revcal | R Documentation |
A clumped isotope temperature calibration in reversed form, where the normal calibration y = a * 10^6 / T_K^2 + b is expressed as a function of T_C: T_C = sqrt((a * 10^6) / (y - b)) - 273.15
revcal(
D47,
slope = 0.0449,
intercept = 0.167,
slpcnf = 0.001,
intcnf = 0.01,
ignorecnf = FALSE
)
D47 |
The |
slope |
The slope of the regression. |
intercept |
The intercept of the regression. |
slpcnf |
The confidence of the slope of the regression. |
intcnf |
The confidence of the intercept of the regression. |
ignorecnf |
Whether or not to ignore the confidence interval. |
Defaults to Bonifacie et al. 2017
\Delta_{47}
= (0.0449 ± 0.001 * 10^6) / T^2 + (0.167 ± 0.01)
A tibble with input D47 and estimated Tc value with lower and upper bounds.
tempcal
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.