Learn R Programming

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 timescales (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(remotes)
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 (see https://github.com/ropensci/rnaturalearthhires).

Copy Link

Version

Install

install.packages('rice')

Monthly Downloads

897

Version

2.2.0

License

GPL (>= 2)

Issues

Pull Requests

Stars

Forks

Maintainer

Maarten Blaauw

Last Published

June 15th, 2026

Functions in rice (2.2.0)

Delta14CtoF14C

Transform Delta14C into F14C
Delta14CtopMC

Transform Delta14C into pMC
C14tocalBP

Find the calBP age(s) crossing a C14 age.
F14CtopMC

Calculate pMC ages from F14C values.
C14topMC

Calculate pMC values from C14 ages
F14CtoDelta14C

Transform F14C into Delta14C
age.F14C

Deprecated. Use C14toF14C instead
adjust.background

Adjust a radiocarbon age for background measurements
age.pMC

Deprecated. Use C14topMC instead.
b2ktoBCAD

calculate cal BC/AD ages from b2k ages
as.bin

Combine multiple radiocarbon dates within bins
age.range

Calculate age ranges
FtoC

Calculate C14 ages from F14C values.
as.one

Combine multiple radiocarbon dates assuming they belong to the same single year
b2ktoC14

Find the 14C age and error belonging to a b2k age.
adjust.fractionation

Adjust a radiocarbon age for fractionation
b2ktocalBP

calculate cal BP ages from b2k ages
b2ktopMC

Find the pMC and error belonging to a b2k age.
calBPtopMC

Find the pMC and error belonging to a cal BP age.
calBPtoDelta14C

Find the Delta14C and error belonging to a cal BP age.
calBPtoF14C

Find the F14C and error belonging to a cal BP age.
calBPtob2k

calculate b2k ages from cal BP ages
b2ktoDelta14C

Find the Delta14C and error belonging to a b2k age.
b2ktoF14C

Find the F14C and error belonging to a b2k age.
calBPtoBCAD

calculate cal BC/AD ages from cal BP ages
calBPtoC14

Find the 14C age and error belonging to a cal BP age.
calib.t

Comparison dates calibrated using both the t distribution (Christen and Perez 2009) and the normal distribution.
calibratable

Make a table of calibrated dates
contaminate

Simulate the impact of contamination on a radiocarbon age
draw.CF

Draw the asymmetric relationship between 14C and F14C
caldist

Calculate calibrated distribution
coverage

To be retired - coverage of one distribution by another.
draw.ccurve

Draw a calibration curve.
clean

Simulate removing contamination from a radiocarbon age
draw.Delta14C

Draw Delta14C and the calibration curve.
calibrate

Plot individual calibrated dates.
l.calib

Find the calibrated probability of a calendar age for a 14C date.
find.shells

Find nearby shell-derived dR values
draw.contamination

Draw contamination impacts
fromto

translate between timescales
howmuchC14

Amount of C14 particles in a sample
hpd.overlap

Check whether hpds of two distributions overlap
fractions

Estimate a missing radiocarbon age from fractions
draw.dates

add calibrated distributions to a plot.
map.dates

A map of 180k archaeological C-14 dates
hpd

Calculate highest posterior density
map.shells

Plot regional shell-derived dR values
point.estimates

Calculate a point estimate
pMCtoDelta14C

Transform pMC into Delta14C
pMC.age

Deprecated. Use pMCtoC14 instead.
pMCtoF14C

Calculate pMC ages from F14C values.
pMCtoC14

Calculate C14 ages from pMC values.
muck

Calculate the amount of muck/contamination to explain an observed C14 age
overlap

The overlap between calibrated C14 dates
p.range

Probability of a date lying within a cal BP range
older

Find the probability of a calibrated date being older than a certain age
pool

Test if a set of radiocarbon dates can be combined
shells.mean

Plot and summarize the dR values
rice

Radiocarbon Equations
push.gamma

Add a gamma distribution to a calibrated date
rice-package

rice: Radiocarbon Equations
push.normal

Add a normal distribution to a calibrated date
radio

Listen to radiocarbon being measured
r.calib

return a random calendar age from a calibrated distribution
shroud

shroud Data
shells

shells Data
spread

The spread among calibrated dates
weighted_means

Calculate the weighted mean of C14 ages
smooth.curve

Smooth a calibration curve
younger

Find the probability of a calibrated date being of a certain age or younger than it
span

The time span between two calibrated dates
BCADtoC14

Find the 14C age and error belonging to a cal BC/AD age.
BCADtoF14C

Find the F14C and error belonging to a cal BC/AD age.
BCADtopMC

Find the pMC and error belonging to a cal BC/AD age.
BCADtocalBP

calculate cal BP ages from cal BC/AD ages
C14toBCAD

Find the cal BCAD age(s) crossing a C14 age.
C14toF14C

Calculate F14C values from C14 ages
BCADtob2k

calculate b2k from cal BC/AD ages
BCADtoDelta14C

Find the Delta14C and error belonging to a cal BC/AD age.
C14toDelta14C

Transform C14 age(s) into Delta14C
C14tob2k

Find the b2k age(s) crossing a C14 age.
F14CtoC14

Calculate C14 ages from F14C values.
CtoF

Calculate F14C values from C14 ages
Delta14CtoC14

Transform Delta14C into C14 age
F14C.age

Deprecated. Use F14CtoC14instead