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
- Host: GitHub
- URL: https://github.com/joeroe/stratigraphr
- Owner: joeroe
- License: other
- Created: 2018-12-19T22:30:30.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-05-12T13:00:27.000Z (about 2 years ago)
- Last Synced: 2024-11-23T13:02:29.817Z (7 months ago)
- Topics: archaeology, r, r-package, radiocarbon-dates, stratigraphy, tidyverse
- Language: R
- Homepage: https://stratigraphr.joeroe.io
- Size: 1.96 MB
- Stars: 23
- Watchers: 6
- Forks: 1
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: NEWS.md
- License: LICENSE
Awesome Lists containing this project
README
# stratigraphr
[](https://www.tidyverse.org/lifecycle/#experimental)
[](https://CRAN.R-project.org/package=stratigraphr)
[](https://github.com/joeroe/stratigraphr/actions)
[](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")`.