https://github.com/ercrema/jas2017_spatialspd
Scripts for reproducing analysis and figures on the paper "Spatio-temporal approaches to archaeological radiocarbon dates"
https://github.com/ercrema/jas2017_spatialspd
Last synced: 3 months ago
JSON representation
Scripts for reproducing analysis and figures on the paper "Spatio-temporal approaches to archaeological radiocarbon dates"
- Host: GitHub
- URL: https://github.com/ercrema/jas2017_spatialspd
- Owner: ercrema
- Created: 2017-09-07T07:55:32.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-03T21:18:36.000Z (over 7 years ago)
- Last Synced: 2025-01-26T11:25:27.434Z (5 months ago)
- Language: R
- Size: 12.7 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# R Scripts for the paper "Spatio-temporal approaches to archaeological radiocarbon dates" by Crema, E.R., Bevan, A., and Shennan, S.
## Paper Reference
Crema, E. R., Bevan, A., and Shennan, S. (2017). Spatio-temporal approaches to archaeological radiocarbon dates. Journal of Archaeological Science, 87, 1-9. DOI:10.1016/j.jas.2017.09.007## Author of the Repository:
Enrico R. Crema ([email protected])## Contents
* Script for generating figures 1~5
* Rmarkdown document with instruction for using relevant core functions of the [rcarbon](https://github.com/ahb108/rcarbon) package.## Licences
Text: CC-BY (http://creativecommons.org/licenses/by/4.0/)Code: MIT (http://opensource.org/licenses/MIT year: 2014, copyright holder: Enrico R. Crema)
## Dependencies
R version 3.4.1 (2017-06-30)attached base packages:
* parallel
* stats
* graphics
* grDevices
* utils
* datasets
* methods
* baseother attached packages:
* rcarbon_0.0.0.9000
* zoo_1.8-0
* doParallel_1.0.10
* iterators_1.0.8
* foreach_1.4.3
* sp_1.2-5
* R.utils_2.5.0
* R.oo_1.21.0
* R.methodsS3_1.7.1_Note_ The specific commit version of the [rcarbon](https://github.com/ahb108/rcarbon) package (currently in development) is specified in each file.
loaded via a namespace (and not attached):
* compiler_3.4.1
* codetools_0.2-15 grid_3.4.1
* lattice_0.20-35