Description Usage Arguments Details Value Author(s) Examples
If two curves need to be 'mixed' to calibrate, e.g. for dates of mixed terrestrial and marine carbon sources, then this function can be used.
1 2 3 4 5 6 7 8 9 | mix.calibrationcurves(
proportion = 0.5,
cc1 = "IntCal13.14C",
cc2 = "Marine13.14C",
name = "mixed.14C",
dirname = ".",
offset = c(0, 0),
sep = "\t"
)
|
proportion |
Proportion of the first calibration curve required. e.g., change to |
cc1 |
The first calibration curve to be mixed. Defaults to the northern hemisphere terrestrial curve IntCal13. |
cc2 |
The second calibration curve to be mixed. Defaults to the marine curve IntCal13. |
name |
Name of the new calibration curve. |
dirname |
Directory where the file will be written. If using the default |
offset |
Any offset and error to be applied to |
sep |
Separator between fields (tab by default, "\t") |
The proportional contribution of each of both calibration curves has to be set.
A file containing the custom-made calibration curve, based on calibration curves cc1
and cc2
.
Maarten Blaauw, J. Andres Christen
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.