Skip to content

sebastien-plutniak/archeofrag-shiny

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Archeofrag (Shiny application)

This R Shiny application demonstrates some features of the archeofrag package. R package for the spatial analysis of refitting objects in archaeology.

It includes methods to measure the cohesion and admixture of pairs of archaeological spatial units (e.g. layers), from the distribution and the topology of the refitting relationships between the fragments contained in these units. The package also makes it possible to compare the measured values to simulated fragmentation graphs.

This application is interoperable with the archeoViz application for archaeological spatial data visualisation.

Input Data

Either load the example data set (refitting data from the Liang Abu rock shelter, Borneo) or upload your data. Use the menu on the left to upload your edges and nodes data as CSV files.

  • The edges table must have a row for each refitting relationship, with two columns containing the identifiers of the two fragments;
  • the nodes table must have a row for each fragment, the first column contains the fragments identifiers and the second column contains their layer.

Comparison with simulated data

The observed data can be compared to similar simulated data for two formation hypothesis:

  • H1, the archaeological material studied comes from a single deposition episode, within which archaeologists distinguished two subsets;
  • H2, the material was deposited during two deposition episodes, that archaeologists could not distinguish due to subsequent perturbations, admixture, and sampling resulting either from human or non-human action

Select the pair of spatial units to compare in the menu, set the number of simulated data sets to generate, and click on the “Run” button. Depending on the size of the data set, the computing time can be long. Charts are generated for various parameters measured on the fragmentation graphs: the value observed on the empirical graph is represented by a vertical bar, the distribution of values for each hypotheses are represented by dark (H1) and light (H2) grey shades.

References

More information is available in the following publications:

About

Shiny application for the archaeofrag package

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages