temp_D47 {isogeochem} | R Documentation |
Clumped isotope thermometry
Description
temp_D47()
calculates carbonate growth temperature from D47 value.
Usage
temp_D47(D47_CDES90, D47_error, eq)
Arguments
D47_CDES90 |
Carbonate D47 values expressed on the CDES90 scale (‰). |
D47_error |
Error on the D47 value. Optional. |
eq |
Equation used for the calculation. Options are as in |
Details
The D47 vs temperature equations are listed at D47()
.
Value
Returns the carbonate growth temperature (°C). If D47_error
is specified temp_D47()
returns a data frame.
References
References are listed at D47()
.
See Also
D47()
calculates the equilibrium carbonate D47 value.
Other thermometry:
temp_D48()
,
temp_d18O()
Examples
temp_D47(D47_CDES90 = 0.577, eq = "Petersen19")
[Package isogeochem version 1.1.1 Index]