tempcal | R Documentation |
A clumped isotope temperature calibration of the form: y = a * 10^6 / T^2 + b
tempcal(
Tc,
slope = 0.0449,
intercept = 0.167,
slpcnf = 0.001,
intcnf = 0.01,
ignorecnf = FALSE
)
Tc |
The temperature in °C. |
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 Tc and estimated
\Delta_{47}
value with lower and upper bounds.
revcal
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.