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 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(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 (also install remotes if you haven't already):

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

Copy Link

Version

Install

install.packages('rice')

Monthly Downloads

888

Version

1.3.0

License

GPL (>= 2)

Maintainer

Maarten Blaauw

Last Published

July 24th, 2025

Functions in rice (1.3.0)

D14CtopMC

Transform D14C into pMC
D14CtoF14C

Transform D14C into F14C
CtoF

Calculate F14C values from C14 ages
D14CtoC14

Transform D14C into C14 age
C14tocalBP

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

Calculate C14 ages from F14C values.
b2ktoD14C

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

To be deprecated. Calculate C14 ages from F14C values.
b2ktoC14

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

To be deprecated. Use C14.F14C instead
adjust.fractionation

Adjust a radiocarbon age for fractionation
FtoC

Calculate C14 ages from F14C values.
adjust.background

Adjust a radiocarbon age for background measurements
calBPtoBCAD

calculate BC/AD ages from cal BP ages
b2ktopMC

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

Calculate pMC values from C14 ages
calBPtoF14C

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

calculate b2k ages from cal BP ages
age.pMC

To be deprecated. Use C14topMC instead.
b2ktocalBP

calculate cal BP ages from b2k ages
b2ktoF14C

Find the F14C and error belonging to a b2k age.
as.bin

Combine multiple radiocarbon dates within bins
b2ktoBCAD

calculate BC/AD ages from b2k ages
as.one

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

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

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

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

Calculate calibrated distribution
coverage

coverage of one distribution by another
draw.contamination

Draw contamination impacts
calib.t

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

Plot individual calibrated dates.
draw.D14C

Draw d14C and the calibration curve.
draw.ccurve

Draw a calibration curve.
contaminate

Simulate the impact of contamination on a radiocarbon age
clean

Simulate removing contamination from a radiocarbon age
draw.dates

add calibrated distributions to a plot.
draw.CF

Draw the asymmetric relationship between 14C and F14C
l.calib

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

Calculate the amount of muck/contamination to explain an observed C14 age
find.shells

Find nearby shell-derived dR values
hpd

Calculate highest posterior density
older

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

translate between realms
howmanyC14

Amount of C14 particles in a sample
fractions

Estimate a missing radiocarbon age from fractions
p.range

Probability of a date lying within a cal BP range
pMCtoC14

Calculate C14 ages from pMC values.
pMCtoD14C

Transform F14C into D14C
push.gamma

Add a gamma distribution to a calibrated date
pMCtoF14C

Calculate pMC ages from F14C values.
push.normal

Add a normal distribution to a calibrated date
pMC.age

To be deprecated. Use pMCtoC14 instead.
hpd.overlap

Check whether hpds of two distributions overlap
overlap

The overlap between calibrated C14 dates
point.estimates

Calculate a point estimate
map.shells

Plot regional shell-derived dR values
shells.mean

Plot and summarize the dR values
spread

The spread among calibrated dates
shells

shells Data
r.calib

return a random calendar age from a calibrated distribution
weighted_means

Calculate the weighted mean of C14 ages
pool

Test if a set of radiocarbon dates can be combined
rice-package

rice: Radiocarbon Equations
rice

Radiocarbon Equations
shroud

shroud Data
smooth.curve

Smooth a calibration curve
span

The time span between two calibrated dates
younger

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

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

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

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

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

Calculate F14C values from C14 ages
BCADtob2k

calculate b2k from BC/AD ages
C14toBCAD

Find the BCAD age(s) crossing a C14 age.
C14toD14C

Transform C14 age(s) into D14C
BCADtocalBP

calculate cal BP ages from BC/AD ages
BCADtopMC

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

Transform F14C into D14C
F14CtopMC

Calculate pMC ages from F14C values.