temp_D48 | R Documentation |
temp_D48()
calculates carbonate growth temperature from D47 and D48 values.
temp_D48(
D47_CDES90,
D48_CDES90,
D47_error,
D48_error,
ks,
add = FALSE,
col = "black",
pch = 19
)
D47_CDES90 |
Carbonate D47 values expressed on the CDES90 scale (‰). |
D48_CDES90 |
Carbonate D48 values expressed on the CDES90 scale (‰). |
D47_error |
Error on the D47 value. Optional. |
D48_error |
Error on the D48 value. Optional. |
ks |
Kinetic slope. Has to be negative! |
add |
Add graphics to an already existing plot? Default: |
col |
Graphical parameter. Optional. |
pch |
Graphical parameter. Optional. |
The function calculates a D47 value as an intersect of two curves:
the equilibrium D47 vs D48 curve from Fiebig et al. (2021) and
the kinetic slope. The resulting D47 value is then converted to temperature
using the temp_D47()
function and the equilibrium
D47_CDES90 vs temperature equation of Fiebig et al. (2021).
Returns the carbonate growth temperature (°C). If both D47_error
and
D48_error
are specified temp_D48()
returns a data frame.
The source code of this function contains elements from the reconPlots package, available at https://github.com/andrewheiss/reconPlots
References are listed at D48()
and D47()
.
D47()
calculates the equilibrium carbonate D47 value.
D48()
calculates the equilibrium carbonate D48 value.
Other thermometry:
temp_D47()
,
temp_d18O()
temp_D48(0.617, 0.139, ks = -0.6)
temp_D48(0.546, 0.277, ks = -1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.