Published July 16, 2023 | Version v3
Software Open

CHRONARCH-Atribucion a ventanas temporales de dataciones por C14

Authors/Creators

Description

CHRONARCH: ATRIBUCION A VENTANAS TEMPORALES DE DATACIONES POR C14" by Joaquin Jimenez Puerto is designed for a specific application in archaeology, specifically for organizing radiocarbon (C14) dating results into defined temporal windows. This script is a sophisticated tool that combines data manipulation and visualization, predominantly using the R programming language.

At the outset, the script configures the R environment by loading necessary libraries such as gdata, data.table, dplyr, Bchron, ggplot2, and others. These libraries are crucial for handling data frames, statistical computations, and creating plots. The script then proceeds to read in radiocarbon dating data from a CSV file. This data typically includes crucial information like the date (in Before Present or BP), its standard deviation, an identifier for each date, and related archaeological site details.

The core of the script revolves around calibrating these radiocarbon dates. Calibration is an essential step in radiocarbon dating, converting radiocarbon years into calendar years. The script uses the Bchron library for this purpose, along with a specified calibration curve (default set to intcal20). Post calibration, it also creates a Sum of Probability Distributions (SPD) plot, which is a visual representation of the density of radiocarbon dates over time, offering insights into population trends or major events.

Following calibration, the script identifies the maximum and minimum dates for each data point. This step is crucial for the next part of the script, which involves creating temporal windows. Temporal windows are essentially time intervals of a specified size, and they are used to organize the dates into meaningful segments. The script calculates these windows and then assigns each calibrated date to its corresponding window, effectively categorizing the data into these defined time periods.

The script then generates two key data frames. One details the dates and their assigned windows, while the other defines the duration of each window. These data frames are not just for record-keeping; they are pivotal for analysis and interpretation of the radiocarbon dating data. The script ensures these data frames are saved as CSV files, allowing for easy access and further analysis.

Finally, the script concludes with a visualization component. It creates plots that not only showcase the calibrated dates but also distinctly mark the temporal windows. These visual representations are invaluable, making it easier to comprehend the distribution of dates across different time periods.

In summary, this script is a comprehensive tool for archaeologists and researchers dealing with radiocarbon dating. It simplifies the task of assigning dates to specific temporal windows, a process that is vital for analyzing chronological data in archaeological studies. The script stands out for its integration of data calibration, manipulation, and visualization, all of which are essential in the field of archaeology.

 
 
 
 

Files

Files (8.6 kB)

Name Size Download all
md5:e95aa11c29c21178ec7d4487d30eadf0
8.6 kB Download

Additional details

Additional titles

Translated title (English)
"CHRONARCH: Assignment to Temporal Windows of Radiocarbon (C14) Dating