FontJuvenal {archeofrag} | R Documentation |
Dataset: Refitting relationships between pottery fragments from Font-Juvenal cave
Description
<<<<<<< HEAD The Font-Juvenal cave is a Neolithic archaeological site in France. This dataset describes the refitting 'connection' relationships between pottery fragments found during excavations. Connection relationship refers to physical connection between two fragments that were part of the same object. ======= The Font-Juvenal cave is a Neolithic archaeological site in France. This dataset describes the refitting 'connection' relationships between pottery fragments found during excavations. A connection relationship refers to a physical connection between two fragments that were part of the same object. >>>>>>> e0614d646d838717373aaa51b18f03726fbd5732
The dataset is composed of two tables:
fontjuvenal.connection
: connection relationships between fragments.fontjuvenal.fragments
: information about the fragments.
Usage
data(FontJuvenal)
Format
<<<<<<< HEAD
fontjuvenal.connection
is a 351x2 matrix. Each line describes a connection relationship between two fragments. Their unique identifiers are given in column 'id1' and in column 'id2', respectively. =======fontjuvenal.connection
is a 351x2 matrix. Each line describes a connection relationship between two fragments. There unique identifiers are given in column 'id1' and in column 'id2', respectively. >>>>>>> e0614d646d838717373aaa51b18f03726fbd5732fontjuvenal.fragments
is 354x4 data frame:id: fragment unique identifier
layer: simplified stratigraphic layer
layer.detailed: stratigraphic layer, with detail about where the fragment was found (in the sedimentary layer, or in a hearth contained in the layer)
square: square where the fragment was found
References
Caro J. 2020. "Productions céramiques et dynamiques des sociétés au Ve millénaire avant notre ère : la transition du Néolithique ancien au Néolithique moyen dans le bassin Nord-occidental de la Méditerranée". PhD Dissertation, Toulouse University, HAL: <https://theses.hal.science/tel-03613599>
Examples
data(FontJuvenal)
head(fontjuvenal.fragments)