c14_curves | R Documentation |
Radiocarbon calibration requires a calibration curve: an estimate of the true calendar age associated with a radiocarbon measurement. The following curves are included with the c14 package:
IntCal Northern Hemisphere curve, 0–55,000 cal BP \insertCiteReimer2020c14.
IntCal Southern Hemisphere curve, 0–55,000 cal BP \insertCiteHogg2020c14.
IntCal marine curve, 0–55,000 cal BP \insertCiteHeaton2020c14.
Previous IntCal Northern Hemisphere curves
\insertCiteReimer2013,Reimer2009,Reimer2004,Stuiver1998c14.
Superseded by IntCal20
.
Previous IntCal Southern Hemisphere curves
\insertCiteHogg2013,McCormac2004c14.
Superseded by SHCal20
.
Previous IntCal marine curves
\insertCiteReimer2013,Reimer2009,Hughen2004,Stuiver1998c14.
Superseded by Marine20
.
Generally, it is recommended to use the latest curve from the IntCal series:
IntCal20
for samples from the northern hemisphere; SHCal20
for samples
from the southern hemisphere; or Marine20
for samples that obtained their
14C in a marine environment.
IntCal20
SHCal20
Marine20
IntCal13
SHCal13
Marine13
IntCal09
Marine09
IntCal04
SHCal04
Marine04
IntCal98
Marine98
A c14_curve object with the following fields.
For standard curves:
Calendar ages with associated era (era::yr class).
Uncalibrated radiocarbon ages.
Errors (sigma values) associated with c14_age
.
Delta-14C values.
Errors (sigma values) associated with d14c
.
For post-bomb curves:
Calendar ages with their associated era (era::yr class).
Fraction modern (F14C or pMC) values.
Errors (sigma values) associated with f14c
.
An object of class c14_curve_14c
(inherits from c14_curve
, vctrs_rcrd
, vctrs_vctr
) of length 9501.
An object of class c14_curve_14c
(inherits from c14_curve
, vctrs_rcrd
, vctrs_vctr
) of length 9501.
An object of class c14_curve_14c
(inherits from c14_curve
, vctrs_rcrd
, vctrs_vctr
) of length 5501.
An object of class c14_curve_14c
(inherits from c14_curve
, vctrs_rcrd
, vctrs_vctr
) of length 5141.
An object of class c14_curve_14c
(inherits from c14_curve
, vctrs_rcrd
, vctrs_vctr
) of length 5141.
An object of class c14_curve_14c
(inherits from c14_curve
, vctrs_rcrd
, vctrs_vctr
) of length 4801.
An object of class c14_curve_14c
(inherits from c14_curve
, vctrs_rcrd
, vctrs_vctr
) of length 3522.
An object of class c14_curve_14c
(inherits from c14_curve
, vctrs_rcrd
, vctrs_vctr
) of length 3651.
An object of class c14_curve_14c
(inherits from c14_curve
, vctrs_rcrd
, vctrs_vctr
) of length 3302.
An object of class c14_curve_14c
(inherits from c14_curve
, vctrs_rcrd
, vctrs_vctr
) of length 2482.
An object of class c14_curve_14c
(inherits from c14_curve
, vctrs_rcrd
, vctrs_vctr
) of length 3301.
An object of class c14_curve_14c
(inherits from c14_curve
, vctrs_rcrd
, vctrs_vctr
) of length 1538.
An object of class c14_curve_14c
(inherits from c14_curve
, vctrs_rcrd
, vctrs_vctr
) of length 1569.
http://intcal.org/curves/ and http://calib.org/CALIBomb/
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.