Learn R Programming

archeofrag (version 1.2.0)

FontJuvenal: Dataset: Refitting relationships between pottery fragments from Font-Juvenal cave

Description

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.

The dataset is composed of two tables:

  • fontjuvenal.connection: connection relationships between fragments.

  • fontjuvenal.fragments: information about the fragments.

Usage

data(FontJuvenal)

Arguments

Format

  • 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.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. 2024. 'Font-Juvénal_Refiting', Zenodo, doi: https://doi.org/10.5281/zenodo.14515444

Examples

Run this code
data(FontJuvenal)
head(fontjuvenal.fragments)

Run the code above in your browser using DataLab