Learn R Programming

rintcal (version 1.3.1)

intcal.extract.record: Extract an IntCal20 record

Description

Extract one of the 140 records contributing to the IntCal20 calibration curves

Usage

intcal.extract.record(i)

Value

The most relevant information for each record (where available, the record and site names, intcal series and division number, country, longitude, latitude, taxon, dois of publications, notes, calendar information (e.g., dendrochronology) and radiocarbon data)

Arguments

i

The IntCal record, in the order as they appear in the IntCal20 json file (140 entries). Must be a single integer between 1 and 140.

Examples

Run this code
 record_1 <- intcal.extract.record(1)

Run the code above in your browser using DataLab