An open API service indexing awesome lists of open source software.

https://github.com/joeroe/stratigraphr

R package for archaeological stratigraphy and chronological sequences
https://github.com/joeroe/stratigraphr

archaeology r r-package radiocarbon-dates stratigraphy tidyverse

Last synced: 6 months ago
JSON representation

R package for archaeological stratigraphy and chronological sequences

Awesome Lists containing this project

README

        

# stratigraphr

[![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://www.tidyverse.org/lifecycle/#experimental)
[![CRAN status](https://www.r-pkg.org/badges/version/stratigraphr)](https://CRAN.R-project.org/package=stratigraphr)
[![R build status](https://github.com/joeroe/stratigraphr/workflows/R-CMD-check/badge.svg)](https://github.com/joeroe/stratigraphr/actions)
[![Codecov test coverage](https://codecov.io/gh/joeroe/stratigraphr/branch/master/graph/badge.svg)](https://codecov.io/gh/joeroe/stratigraphr?branch=master)

stratigraphr is a tidy framework for working with archaeological stratigraphy and chronology in R.
It includes tools for reading, analysing, and visualising stratigraphies (Harris matrices) and sequences as directed graphs;
helper functions for using radiocarbon dates in a tidy data analysis;
and an R interface to OxCal's Chronological Query Language (CQL).

## Installation

You can install the development version of stratigraphr from GitHub:

```r
# install.packages("devtools")
devtools::install_github("joeroe/stratigraphr")
```

Please note that this package is in an early stage of development.
It is functional, but many features are missing and future versions are likely to contain breaking changes.

## Usage

* Graph-bases stratigraphic analysis: see `vignette("stratigraph")`.
* Tidy analysis of radiocarbon dates: see `vignette("tidy_radiocarbon")`.
* Chronological query language: see `vignette("cql")`.