Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 426 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 426 Bytes

DateMoss

R package for MCMC estimation of chronologies and growth rates of moss (or similar) samples based on radiocarbon dating.

Installing

Install the dependencies from CRAN, and then the package itself from RForge:

install.packages(c("coda","XLConnect"))
install.packages("DateMoss",repos="http://rforge.net/",type="source",INSTALL_opts="--no-multiarch")

Warning: only tested using Windows and 64-bit R.