CalcifTemp: Inverse Paleotemperature Equation

View source: R/calibration-functions.R

CalcifTempR Documentation

Inverse Paleotemperature Equation

Description

Calculate the calcification temperature from the oxygen isotope compositions of the calcite (d18O) and of the seawater (d18Ow) (inverse of the Paleotemperature Equation).

Usage

CalcifTemp(d18Oc, d18Ow)

Arguments

d18Oc

d18O of calcite in permille on the PDB scale.

d18Ow

d18O of seawater in permille on the SMOW scale.

Value

The calcification temperature in degree Celcius.

Author(s)

Andrew Dolman

See Also

d18OwFromSalinity, d18OcFromd18OwTemp

Examples

  CalcifTemp(d18OcFromd18OwTemp(d18Ow = 0.6, 1:26), 0.6)

EarthSystemDiagnostics/prxytools documentation built on Jan. 15, 2024, 9:33 p.m.