Learn R Programming

rcarbon (version 1.5.1)

emedyd: Radiocarbon dates for the Eastern Mediterranean around the Younger Dryas

Description

Radiocarbon dates (n=1915) and site coordinates (n=201) from a paper considering the relationship between human activity in the eastern Mediterranean/Middle East and early Holocene climate change, including the Younger Dryas.

Usage

emedyd

Arguments

Format

A data.frame with the following variables:

LabID

Laboratory ID assigned to each radiocarbon date (where known)

CRA

Radiocarbon age in 14C years BP

Error

Radiocarbon age error

Material

Material of the dated sample

Species

Species of the dated sample (where identified)

SiteName

Name of the site from which the sample has been recovered

Country

Country where the sampling site is located

Longitude

Longitude of the sampling site in decimal degrees

Latitude

Latitude of the sampling site in decimal degrees

Region

One of three analytical regions (1=southern Levant, 2=Northern Levant, 3= South-central Anatolia

References

Roberts, N., Woodbridge, J., Bevan, A., Palmisano, A., Shennan, S. and E. Asouti 2017. Human responses and non-responses to climatic variations during the Last Glacial-Interglacial transition in the eastern Mediterranean. Quaternary Science Reviews, 184, 47-67. doi:10.1016/j.quascirev.2017.09.011.

Examples

Run this code
if (FALSE) {
data(emedyd)
northernlevant <- emedyd[emedyd$Region=="2",]
bins <- binPrep(northernlevant$SiteName, northernlevant$CRA, h=50)
x <- calibrate(northernlevant$CRA, northernlevant$Error, normalised=FALSE)
spd.northernlevant <- spd(x, bins=bins, runm=50, timeRange=c(17000,8000))
plot(spd.northernlevant)
}

Run the code above in your browser using DataLab