Installation
You can install the released version of ananke from CRAN with:
install.packages("ananke")
And the development version from GitHub with:
# install.packages("remotes")
remotes::install_github("tesselle/ananke")
Usage
## Data from Bosch et al. 2015
data("ksarakil")
## Calibrate multiple dates
cal <- c14_calibrate(
ages = ksarakil$date,
errors = ksarakil$error,
names = ksarakil$code,
curves = "marine13",
reservoir_offsets = 53,
reservoir_errors = 43,
from = 50000, to = 0
)
## Plot
plot(cal)
plot(cal, density = FALSE, level = 0.95, lwd = 5)
Contributing
Please note that the ananke project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.