Skip to content
/ rice Public

❗ This is a read-only mirror of the CRAN R package repository. rice — Radiocarbon Equations

Notifications You must be signed in to change notification settings

cran/rice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

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

About

❗ This is a read-only mirror of the CRAN R package repository. rice — Radiocarbon Equations

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages