Learn R Programming

SoilR (version 1.2.107)

IntCal20: The IntCal20 northern hemisphere radiocarbon curve for the 0-55,000 yr BP period

Description

Atmospheric radiocarbon calibration curve for the period 0 to 55,000 yr BP for the northern hemosphere. This is the most recent update to the internationally agreed calibration curve and supersedes IntCal13.

Usage

data(IntCal20)

Arguments

Format

A data frame with 9501 rows and 5 variables.

CAL.BP

Calibrated age in years Before Present (BP).

C14.age

C14 age in years BP.

Sigma.C14.age

Standard deviation for C14.age.

Delta.14C

Delta.14C value in per mil.

Sigma.Delta.14C

Standard deviation of Delta.14C in per mil.

Author

Ingrid Chanca ichanca@bgc-jena.mpg.de

Details

All details about the derivation of this dataset are provided in Reimer et al. (2020).

References

Reimer, P., Austin, W., Bard, E., Bayliss, A., Blackwell, P., Bronk Ramsey, C., . . . Talamo, S. (2020). The IntCal20 Northern Hemisphere Radiocarbon Age Calibration Curve (0–55 cal kBP). Radiocarbon, 62(4), 725-757. doi:10.1017/RDC.2020.41

Examples

Run this code
    plot(IntCal20$CAL.BP, IntCal20$Delta.14C, type="l", 
         xlab="cal BP", ylab="Delta14C (per mil)")

Run the code above in your browser using DataLab