Learn R Programming

archeofrag (version 1.2.0)

GrandeRivoire: Dataset: Refitting relationships between lithic fragments from the Grande Rivoire site

Description

Grande Rivoire is a Mesolithic rock shelter 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:

  • grande.rivoire.connection: connection relationships between fragments.

  • grande.rivoire.fragments: information about the fragments.

Usage

data(GrandeRivoire)

Arguments

Format

  • grande.rivoire.connection is a 71x2 matrix. Each line describes a connection relationship between two fragments. Their unique identifiers are given in column 'id1' and in column 'id2', respectively.

  • grande.rivoire.fragments is a 91x3 data frame:

    • id: fragment unique identifier

    • layer: archaeological layer where the fragment was found

    • layer.su: combination of the archaeological layer and sedimentary unit where the fragment was found

References

  • Angelin A. 2025. 'Refitting data from La Grande Rivoire prehistoric site', Zenodo, doi: https://doi.org/10.5281/zenodo.14609875

Examples

Run this code
data(GrandeRivoire)
head(grande.rivoire.fragments)

Run the code above in your browser using DataLab