clam2bacon | R Documentation |
Reads a clam .csv file containing the dates, and transforms it into a Bacon .csv file.
clam2bacon(
core,
clamdir = "clam_runs",
bacondir = "Bacon_runs",
sep = ",",
cc = 1
)
core |
The name of the core for which a clam .csv.file needs to be translated into a Bacon .csv file |
clamdir |
The directory where the clam runs reside. Defaults to |
bacondir |
The directory where the Bacon runs reside. Defaults to |
sep |
The separator for the .csv files. Defaults to |
cc |
Calibration curve for C-14 dates: |
Please ensure that if the clam file has offset (d.R) estimates, that errors (d.STD) are provided manually, since these values cannot be determined automatically from the clam .csv file.
A Bacon .csv file
Maarten Blaauw, J. Andres Christen
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.