Chauzey is an open-air Palaeolithic site located in France. This dataset describes the refitting 'connection' relationships between lithic fragments found during excavations. Connection relationship refers to physical connection between two fragments that were part of the same object.
The dataset is composed of two tables:
chauzeys.connection
: connection relationships between fragments.
chauzeys.fragments
: information about the fragments.
data(Chauzeys)
chauzeys.connection
is a 1879x2 matrix. Each line describes a connection relationship between two fragments. Their unique identifiers are given in column 'id1' and in column 'id2', respectively.
chauzeys.fragments
is a 2167x9 data frame:
id: fragment unique identifier
layer: chronocultural unit associated to the fragment was found. Values are numbered in expected chrono-stratigraphic order
volume: estimated volume of the fragment computed as width by thickness by length
width: width of the fragment (in millimeter)
thickness: thickness of the fragment (in millimeter)
length: length of the fragment (in millimeter)
x: x coordinate of the location where the lithic fragment was found (in metre)
y: y coordinate of the location where the lithic fragment was found (in metre)
z: z coordinate of the location where the lithic fragment was found (in metre)
Chadelle J.-P. (dir.), with M. Baillet, A. Barbeyron, M. Brenet, H. Camus, É. Claud, F. Jude, S. Kreutzer, A. Michel, N. Mercier, M. Rabanit, S. Save, F. Sellami, A. Vaughan-Williams. 2021. Chauzeys, Saint-Médard-de-Mussidan (Dordogne, Nouvelle-Aquitaine), Rapport final d'opération archéologique, Périgueux, Conseil départemental de la Dordogne, Service départemental d'archéologie.
data(Chauzeys)
head(chauzeys.fragments)
Run the code above in your browser using DataLab