tempcal: Temperature calibration

View source: R/calibration.R

tempcalR Documentation

Temperature calibration

Description

A clumped isotope temperature calibration of the form: y = a * 10^6 / T^2 + b

Usage

tempcal(
  Tc,
  slope = 0.0449,
  intercept = 0.167,
  slpcnf = 0.001,
  intcnf = 0.01,
  ignorecnf = FALSE
)

Arguments

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.

Details

Defaults to Bonifacie et al. 2017 \Delta_{47} = (0.0449 ± 0.001 * 10^6) / T^2 + (0.167 ± 0.01)

Value

A tibble with input Tc and estimated \Delta_{47} value with lower and upper bounds.

See Also

revcal


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