BoutDesVergnes {archeofrag} | R Documentation |
Dataset: Refitting relationships between lithic fragments from the Bout des Vergnes site
Description
Bout des Vergnes 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:
bdv.connection
: connection relationships between fragments.bdv.fragments
: information about the fragments.
Usage
data(BoutDesVergnes)
Format
bdv.connection
is a 3931x2 matrix. Each line describes a connection relationship between two fragments. Their unique identifiers are given in column 'id1' and in column 'id2', respectively.bdv.fragments
is 3666x9 data frame:id: fragment unique identifier
layer: chronocultural unit associated to the fragment was found. Values are numbered in expected chrono-stratigraphic order
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)
References
Ihuel, E. (dir.), with Baillet M., Barbeyron A., Brenet M., Camus H., Claud E., Mercier N., Michel A., Sellami F. 2020. Le Bout des Vergnes, Bergerac (Dordogne, Nouvelle-Aquitaine), Contournement ouest de Bergerac, RD 709, Rapport final d’opération, Périgueux, Conseil départemental de la Dordogne, Service départemental d'archéologie.
Examples
data(BoutDesVergnes)
head(bdv.fragments)