Skip to content

Maarten14C/rice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a4796eb · Apr 9, 2025

History

69 Commits
Apr 5, 2025
Apr 9, 2025
Apr 4, 2025
Apr 4, 2025
Sep 10, 2024
Apr 9, 2025
Apr 9, 2025
Jan 6, 2025
Apr 8, 2025
Apr 5, 2025
Apr 5, 2025
Apr 9, 2025
Apr 9, 2025
Apr 9, 2025
Apr 9, 2025
Dec 30, 2024
Apr 9, 2025
Apr 9, 2025

Repository files navigation

rice

Radiocarbon Calibration Equations

Radiocarbon is widely used for dating a range of archaeological and geographical objects. This package provides a number of functions to calibrate radiocarbon dates, including ones to transfer values between different realms (F14, D14C, pMC, C14 ages), to simulate the impacts of contamination, and to plot one or more calibrated dates.

Please check out the vignettes folder for a tutorial. In short, install the package from github, load it and run the two main functions:

require(devtools)
install_github("Maarten14C/rice")
library(rice)
calibrate(2450,20)
contaminate(55000, 100, .05, 1)
draw.contamination()

Installation

To use high-resolution maps, install the rnaturalearthhires package from GitHub (also install devtools if you haven't already):

install.packages("devtools")
devtools::install_github("ropensci/rnaturalearthhires")

About

Radiocarbon Calibration Equations

Resources

Citation

Stars

Watchers

Forks

Packages

No packages published

Languages