This repository contains the data and code for our paper (in french):
Frerebeau, N., Ben Amara, A. et Cantin, N. (2020). Analyse de données de composition et identification des altérations géochimiques des matériaux céramiques : le cas des productions d’un atelier ibérique (Teruel, Espagne ; IIe-Ier siècles avant J.-C.). Archéosciences, revue d’Archéométrie, 44(1), p. 33-50. DOI : https://doi.org/10.4000/archeosciences.7220.
The files hosted in this repository are the development versions and may have changed since the paper was published.
Please cite this compendium as:
Frerebeau, N., Ben Amara, A. and Cantin, N. (2021). Compendium of R code and data for “Alterations of ceramic materials: compositional data analysis of an Iberian workshop (Teruel, Spain; 2nd-1st c. BC)”. Accessed 10 mai 2021. Online at https://doi.org/10.5281/zenodo.2613512.
Text and figures: CC-BY-4.0.
Code: see the DESCRIPTION file.
Datasets: CC-BY-4.0.
You can download the compendium as a zip from from this URL.
Or you can install this compendium as an R package, TaphoCeram
, from
GitHub with:
# install.packages("remotes")
remotes::install_github("nfrerebeau/TaphoCeram")
To download the package source as you see it on GitHub, for offline browsing, use this line at the shell prompt (assuming you have Git installed on your computer):
git clone https://github.com/nfrerebeau/TaphoCeram.git
Once the download is complete, open the TaphoCeram.Rproj
in RStudio to
begin working with the package and compendium files.
The analysis/
directory contains:
- The Rmarkdown source file of the manuscript (in the
paper/
subdirectory), - All the figures generated from R code (in the
figures/
subdirectory), - All the raw data files (in CSV format, in the
data/
subdirectory), - Code files used for data cleaning (in the
scripts/
subdirectory).
The R/
directory contains the custom R functions used in this project.
Datasets (in RDA format) are located in the data/
directory.
The original manuscript was produced with R 3.6.3. See the DESCRIPTION file for a full list of the packages that this project depends on, including the suggested packages.