This is an adaptation from the clam R package written by Simon Goring based on the age-depth modelling software clam by Maarten Blaauw. The main goal of this adaptation is to allow data.frame as an input parameter and therefore make it easier to connect it to databases.
Clam (Blaauw, 2010; this version 2.3.4) was written to perform 'classic' age-depth modelling - prior to applying more sophisticated techniques such as Bayesian age-depth modelling (Blaauw and Christen, 2011). The original clam files can be found on Maarten Blaauw's clam webpage. This work represents an effort to put clam into a package so that it can work on any file, or on a set of vector data (or a data.frame
), removing the necessity to have the clam source files in specific locations.
Blaauw, M., 2010. Methods and code for 'classical' age-modelling of radiocarbon sequences. Quaternary Geochronology 5: 512-518
clamsy
:install.packages('devtools')
library('devtools')
devtools::install_github('GPawi/clamsy')
library('clamsy')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.