Package 'SEAHORS'

Title: Spatial Exploration of ArcHaeological Objects in R Shiny
Description: An R 'Shiny' application dedicated to the intra-site spatial analysis of piece-plotted archaeological remains, making the two and three-dimensional spatial exploration of archaeological data as user-friendly as possible. Documentation about 'SEAHORS' is provided by the vignette included in this package and by the companion scientific paper: Royer, Discamps, Plutniak, Thomas (2023, PCI Archaeology, <doi:10.5281/zenodo.7674698>).
Authors: Aurelien Royer [aut] , Sebastien Plutniak [cre] , Emmanuel Discamps [ctb] , Marc Thomas [ctb]
Maintainer: Sebastien Plutniak <[email protected]>
License: GPL-3
Version: 1.8.5
Built: 2024-09-06 05:24:23 UTC
Source: https://github.com/aurelienroyer/seahors

Help Index


Dataset: remains found at the Palaeolithic Cassenade site

Description

Cassenade is a Palaeolithic site, this data set include 2466 objects.

Usage

data(cassenade)

Format

  • cassenade is a 2466x12 matrix. Each line describes the objects found in the Cassenade site.

References

  • Discamps, E. 2023. Field database of Cassenade excavations (2012-2013), Nakala, DOI: 10.34847/nkl.e30aie2u.

  • Discamps, E., F. Bachellerie, M. Baillet, L. Sitzia. 2019. The Use of Spatial Taphonomy for Interpreting Pleistocene Palimpsests: An Interdisciplinary Approach to the Châtelperronian and Carnivore Occupations at Cassenade (Dordogne, France), PaleoAnthropology, p. 362-388.

Examples

data(cassenade)

Dataset: refitting relationships between objects found at the Palaeolithic Cassenade site

Description

Cassenade is a Palaeolithic site excavated...

Usage

data(cassenade)

Format

  • cassenade.refits is a 81x10 matrix, describing the refitting relationships between objects at the Cassenade site.

References

  • Discamps, E. 2023. Field database of Cassenade excavations (2012-2013), Nakala, DOI: 10.34847/nkl.e30aie2u.

  • Discamps, E., F. Bachellerie, M. Baillet, L. Sitzia. 2019. The Use of Spatial Taphonomy for Interpreting Pleistocene Palimpsests: An Interdisciplinary Approach to the Châtelperronian and Carnivore Occupations at Cassenade (Dordogne, France), PaleoAnthropology, p. 362-388.

Examples

data(cassenade)

SEAHORS

Description

This package is a R shiny application dedicated to the intra-site spatial analysis of piece-plotted archaeological remains,making the two and three-dimensional spatial exploration of archaeological data as user-friendly as possible.

Usage

SEAHORS()

Details

This is a launcher function for the 'SEAHORS' application.

Value

Launch the 'SEAHORS' Shiny application.

Author(s)

Aurelien Royer <aurelien.royer at u-bourgogne.fr>

References

Royer, A., Discamps, E., Plutniak, S., & Thomas, M. 2023. "SEAHORS: Spatial Exploration of ArcHaeological Objects in R Shiny". PCI Archaeology. DOI: 10.5281/zenodo.7674699.

See Also

shiny plotly ggplot2

Examples

if(interactive()){SEAHORS()}