The Tai is a Neolithic archaeological site in France. Three sectors were distinguished: the North entrance, the South entrance and the Cave. This dataset regards the refitting 'connection' relationships between pottery fragments found during excavations led by Claire Manen in the South entrance sector. A connection relationship refers to a physical connection between two fragments that were part of the same object.
The dataset includes two tables:
tai.south.connection
: connection relationships between fragments.
tai.south.fragments
: information about the fragments.
data(TaiSouth)
tai.south.connection
is a 79x2 matrix. Each line describes a connection relationship between two fragments. Their unique identifiers are given in column 'id1' and in column 'id2', respectively.
tai.south.fragments
is 82x7 data frame:
id: fragment unique identifier
layer: stratigraphic layer
sherd_size: size class of the pottery sherd (nb: the numeric value is not metrical)
sherd_thickness: thickness of the pottery sherd in millimeter
x: x coordinates of the location where the pottery sherd was found (in centimetres)
y: y coordinates of the location where the pottery sherd was found (in centimetres)
z: z coordinates of the location where the pottery sherd was found (in centimetres)
Caro J., Plutniak S. 2022. 'Refitting and Matching Neolithic Pottery Fragments from the Taï site, France'. Zenodo, doi: https://doi.org/10.5281/zenodo.7408706
data(TaiSouth)
head(tai.south.fragments)
Run the code above in your browser using DataLab