Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

bacon2clam

Translate Bacon .csv files to clam .csv files.


Description

Reads a Bacon .csv file containing the dates, and transforms it into a clam .csv file.

Usage

bacon2clam(core, bacondir = "Bacon_runs", clamdir = "clam_runs", sep = ",")

Arguments

core

The name of the core for which a Bacon .csv.file needs to be translated into a clam .csv file

bacondir

The directory where the Bacon runs reside. Defaults to coredir="Bacon_runs".

clamdir

The directory where the clam runs reside. Defaults to coredir="clam_runs".

sep

The separator for the .csv files. Defaults to sep=",".

Details

Assumes that Bacon .csv files with 4 columns indicate 14C dates. Please make sure this is correct.

Value

A clam .csv file

Author(s)

Maarten Blaauw, J. Andres Christen

Examples

{

 tmpfl <- tempfile()
  Bacon(run=FALSE, ask=FALSE, coredir=tmpfl)
  bacon2clam("MSB2K", bacondir=tmpfl, clamdir=tmpfl)
 
}

rbacon

Age-Depth Modelling using Bayesian Statistics

v2.5.5
GPL (>= 2)
Authors
Maarten Blaauw [aut, cre], J. Andres Christen [aut, ctb, cph], Marco A. Aquino Lopez [aut], Judith Esquivel Vazquez [ctb], Oscar M. Gonzalez V. [ctb], Ted Belding [cph], James Theiler [cph], Brian Gough [cph], Charles Karney [cph]
Initial release
2021-05-04

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.